Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Commit

Permalink
Bugfix: tooltip was not updated after changing a desktop name.
Browse files Browse the repository at this point in the history
  • Loading branch information
GioBonvi committed Jul 7, 2017
1 parent ade88bb commit 81b717a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtual-desktop-enhancer.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ ChangeDesktopName() {
if (ErrorLevel == 0) {
_SetDesktopName(currentDesktopNumber, newDesktopName)
}
_ChangeAppearance(currentDesktopNumber)
}

Reload() {
Expand Down

0 comments on commit 81b717a

Please sign in to comment.