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

Commit

Permalink
Merge pull request #69 from sdias/rename-desktop-tooltip-fix
Browse files Browse the repository at this point in the history
Bugfix: tooltip was not updated after changing a desktop name.
  • Loading branch information
GioBonvi authored Jul 11, 2017
2 parents ade88bb + 81b717a commit 8b25cc4
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 8b25cc4

Please sign in to comment.