Update 'Case_Formatter.ahk'
This commit is contained in:
parent
4d848c4613
commit
6a803b887a
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user