Skip to content

Commit

Permalink
OCRC: hotfix & bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgrimlyieu committed Sep 5, 2023
1 parent 994a6cb commit 224d63c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project/OCRC/OCRC.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @file OCRC.ahk
* @author PilgrimLyieu
* @date 2023/08/24
* @version 2.0.0
* @version 2.0.1
***********************************************************************/
;@Ahk2Exe-SetMainIcon icon\OCRC.ico
Expand Down Expand Up @@ -206,6 +206,8 @@ CreateConfig() {
IniWrite(0, OCRC_ConfigFilePath, "Advance", "Advance_ThirdPartyScreenshotOnOff")
IniWrite("", OCRC_ConfigFilePath, "Advance", "Advance_ThirdPartyScreenshotPath")
IniWrite("", OCRC_ConfigFilePath, "Advance", "Advance_GoogleTranslationProxy")
IniWrite("", OCRC_ConfigFilePath, "Advance", "Advance_TencentTranslationSecretID")
IniWrite("", OCRC_ConfigFilePath, "Advance", "Advance_TencentTranslationSecretKey")
IniWrite("F7", OCRC_ConfigFilePath, "Baidu", "Baidu_Hotkey")
IniWrite("", OCRC_ConfigFilePath, "Baidu", "Baidu_APIKey")
Expand Down

0 comments on commit 224d63c

Please sign in to comment.