file created in wrong dir...

This commit is contained in:
2020-02-20 04:09:57 -06:00
parent 487cd91888
commit ba0b26b768
2 changed files with 3 additions and 154 deletions

View File

@@ -116,9 +116,10 @@ Return
CaseFormatter:
Gui, Submit, NoHide
ini_write(ini, "CaseFormatter", formCaseFormatter)
GuiControl, show%formCaseFormatter%, formCFmail ; only shows the check box for emails if the Case Formatter box is checked
ini_write(ini, "CFmail", "0") ; if you're toggling this, its either on or off, doesn't hurt to set it here
GuiControl,, formCFmail, 0
ini_write(ini, "CaseFormatter", formCaseFormatter)
ini_write(ini, "CFmail", "0") ; if you're toggling this, its either on or off, doesn't hurt to set it here
Return
CFmail: