Skip to content

Commit

Permalink
Fix the xdg menu bugfix that didn't do anything
Browse files Browse the repository at this point in the history
  • Loading branch information
CorbinWunderlich committed Dec 6, 2024
1 parent f467cba commit 9aa94e9
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 9aa94e9

Please sign in to comment.