Skip to content

Commit

Permalink
Fix Config.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
SaifAqqad committed Jul 15, 2023
1 parent 79ecbfe commit 3a069ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/Config.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
isFirstLaunch := 0
Try this.importConfig()
catch err {
MsgBox, 65, MicMute, %"Importing the config file failed`nError: "
MsgBox, 65, MicMute, % "Importing the config file failed`nError: "
. (IsObject(err) ? err.Message : err) . "`nClick OK to reset configuration"
IfMsgBox, Cancel
return
Expand Down

0 comments on commit 3a069ed

Please sign in to comment.