Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 0de7b95

Browse files
committed
2 parents 59167ab + 3a71e93 commit 0de7b95

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ imgAlpha=140
4848
posType=3
4949
```
5050
![image](https://github.com/Maplespe/explorerTool/blob/main/Screenshot/085552.jpg)
51+
52+
### 文件对话框 (File Dialog)
53+
```ini
54+
[load]
55+
folderExt=true
56+
...
57+
```
58+
![image](https://github.com/Maplespe/explorerTool/blob/main/Screenshot/163113.jpg)
59+
5160
## 使用方法 (How to use)
5261
从Release页面下载最新版本压缩包并解压
5362

@@ -82,6 +91,13 @@ You can also use the command to register or uninstall
8291

8392
You can modify some styles by modifying "`config.ini`"
8493
```ini
94+
[load]
95+
#指定是否在文件对话框中启用
96+
#Specify whether or not to enable in the file dialog.
97+
folderExt=false
98+
#指定是否忽略错误(即出现错误不显示错误弹窗)
99+
#Specify whether or not to ignore errors (i.e. not show error popups when errors occur).
100+
noerror=false
85101
[image]
86102
#指定图片是否随机显示 您必须放入至少两张图像
87103
#Specifies whether the image is displayed randomly, you need to put at least 2 images

0 commit comments

Comments
 (0)