Skip to content

Commit

Permalink
Interface.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
Spr-Aachen committed Nov 3, 2022
1 parent 9c33a64 commit a753306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Interface.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ IfMsgBox, Yes
}
FileDelete, %INI_DIR%
}
FileInstall, Config\Preset_Keyboard\BH3_Hotkey_`%Version`%.ini, %INI_DIR%, 1
;FileInstall, Config\Preset_Keyboard\BH3_Hotkey_`%Version`%.ini, %INI_DIR%, 1 ; 对variable的百分号进行转义后会在compile时报错
FileInstall, Config\Preset_Keyboard\BH3_Hotkey_0.3.9.ini, %INI_DIR%, 1
MsgBox, 0, 提示, 已成功载入默认配置
Reload
}
Expand Down

0 comments on commit a753306

Please sign in to comment.