Skip to content

Commit

Permalink
Merge pull request #339 from CorbinWunderlich/master
Browse files Browse the repository at this point in the history
Fix the xdg menu bugfix that didn't do anything
  • Loading branch information
totaam authored Dec 8, 2024
2 parents f467cba + 9aa94e9 commit 3dfef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ class XpraClient {
}

if (this.xdg_menu.length === 0) {
startmenu.children().css("box-shadow", "none");
startmenu.css("box-shadow", "none");
}
}

Expand Down

0 comments on commit 3dfef68

Please sign in to comment.