Skip to content

Commit

Permalink
Fix spacing in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
okkosh committed Jun 22, 2020
1 parent 931197a commit 11ac30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fn-lock.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ Apply:

;Show tray notification according to the `is_locked` value
if is_Locked {
TrayTip, FN Lock, FN Keys are Locked`n You can now access the functions, 20, 17
TrayTip, FN Lock, FN Keys are Locked`nYou can now access the functions, 20, 17
GuiControl, , status, (FN Keys Status: Locked)
} else {
TrayTip, FN Lock, FN Keys are Unlocked`n We've disabled the function keys, 20, 17
TrayTip, FN Lock, FN Keys are Unlocked`nWe've disabled the function keys, 20, 17
GuiControl, , status, (FN Keys Status: Unlocked)
}
return
Expand Down

0 comments on commit 11ac30f

Please sign in to comment.