Update 'Case_Formatter.ahk'

This commit is contained in:
David Daily 2020-01-14 09:17:42 -06:00
parent 4d848c4613
commit 6a803b887a
1 changed files with 3 additions and 5 deletions

View File

@ -2,13 +2,11 @@
SetTitleMatchMode, 2
ini = %A_MyDocuments%\D3Ksettings.ini
; These next 3 options make it so that it's always on top, it there are no buttons, and doesn't show up in the alt-tab or taskbar
Gui,+AlwaysOnTop
Gui, +ToolWindow
IniRead, docfile, %ini%, USpec, DocFile, 0
docfile := ini_getValue(ini, "USpec", "DocFile")
CurrTimeEN := GetDateTime("en")
CurrTimeDE := GetDateTime("de")