diff --git a/Settings.ahk b/Settings.ahk index d6bf1fc..642e36d 100644 --- a/Settings.ahk +++ b/Settings.ahk @@ -1,13 +1,9 @@ -#SingleInstance force ; Only one instance at a time -SendMode, Input -FileEncoding, UTF-8 ; Makes sure the special characters don't break stuff #Include, func.ahk Menu, Tray, Icon, shell32.dll, 283 ;------------------------------------------------------------------------------ ; Read ini ;------------------------------------------------------------------------------ -ini = %A_MyDocuments%\D3Ksettings.ini /* This is the part that reads the file to see what your settings are. Variables in the ini file are in CamelCase, variables here are lowercase for more distinction */