Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KBLAutoSwitch.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ Cur_Display_KBL(KBL_Flag:=0,CapsLock_Flag:=0,MonitorNum:=0) { ; 显示输入法

;-----------------------------------【初始化功能】-----------------------------------------------
Label_Init_INI: ; 初始化配置文件INI
FileAppend,[基本设置]`n, %INI%
FileAppend,[基本设置]`n, %INI%, UTF-8
FileAppend,开机自启=0`n, %INI%
FileAppend,管理员启动=1`n, %INI%
FileAppend,自动切换=1`n, %INI%
Expand Down