Skip to content

Commit

Permalink
Added missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommimon authored Nov 17, 2021
1 parent 4558082 commit 16187ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortcutMaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function _(stringIn) {
function editIconClass(parentIcon) {
AppDisplay.AppIcon = GObject.registerClass(
class CustomIcon extends parentIcon {
popupMenu(side = St.Side.LEFT)
popupMenu(side = St.Side.LEFT) {
if(!this._menu) {
super.popupMenu(side);
insertAddToDesktopButton(this._menu);
Expand Down

0 comments on commit 16187ea

Please sign in to comment.