Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaala committed May 8, 2024
2 parents e52d026 + c3c10ab commit 4deb4f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/paperwm/PaperWM",
"settings-schema": "org.gnome.shell.extensions.paperwm",
"shell-version": [ "45", "46" ],
"version-name": "46.8.0",
"version-name": "46.8.1",
"donations": {
"buymeacoffee": "jaytaala",
"patreon": "valpackett"
Expand Down
2 changes: 2 additions & 0 deletions stackoverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export function enable(_extension) {
}

export function disable() {
previewPointerWatcher?.remove();
previewPointerWatcher = null;
disableMultimonitorSupport();
}

Expand Down

0 comments on commit 4deb4f7

Please sign in to comment.