Skip to content

Commit

Permalink
Update WinTune.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
tranht17 authored Aug 20, 2024
1 parent 7f927bc commit 935127d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WinTune.ahk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;@Ahk2Exe-SetName WinTune
;@Ahk2Exe-SetCopyright tranht17
;@Ahk2Exe-SetVersion 2.6.0
;@Ahk2Exe-SetVersion 2.6.1
;@Ahk2Exe-SetMainIcon Icon.ico
#Requires AutoHotkey 2.0
#SingleInstance Ignore
#SingleInstance Off
#Warn

App:={Name: "WinTune", Ver: "2.6.0"}
App:={Name: "WinTune", Ver: "2.6.1"}

SetTitleMatchMode 3
If WinExist(App.Name) {
Expand Down

0 comments on commit 935127d

Please sign in to comment.