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 Apr 15, 2024
2 parents 95755a6 + 366b6a7 commit 706d6c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.5.0",
"version-name": "46.5.1",
"donations": {
"buymeacoffee": "jaytaala",
"patreon": "valpackett"
Expand Down
1 change: 0 additions & 1 deletion patches.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ export function _checkWorkspaces() {
for (i = 0; i < minimum; i++) {
if (i >= emptyWorkspaces.length) {
workspaceManager.append_new_workspace(false, global.get_current_time());
console.log(`created workspace`);
emptyWorkspaces.push(true);
}
}
Expand Down

0 comments on commit 706d6c7

Please sign in to comment.