Update 'Settings.ahk'

This commit is contained in:
David Daily 2020-01-14 09:15:53 -06:00
parent 65d0427f53
commit da3ddfc759
1 changed files with 0 additions and 4 deletions

View File

@ -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 #Include, func.ahk
Menu, Tray, Icon, shell32.dll, 283 Menu, Tray, Icon, shell32.dll, 283
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; Read ini ; 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 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
*/ */