Skip to content

Commit

Permalink
Resolve merge conflict with main
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Sep 20, 2024
2 parents 1d78a6f + 7b03706 commit 3736744
Show file tree
Hide file tree
Showing 2 changed files with 630 additions and 626 deletions.
1 change: 1 addition & 0 deletions packages/gnome-shell/src/ui/popupMenu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export class PopupMenuBase<S extends Signals.SignalMap<S> = PopupMenuBase.Signal
readonly firstMenuItem: PopupBaseMenuItem | PopupMenuSection;
readonly numMenuItems: number;

_getMenuItems(): (PopupBaseMenuItem | PopupMenuSection)[];
getSensitive(): boolean;
setSensitive(sensitive: boolean): void;
addAction(title: string, callback: () => void, icon?: Gio.Icon): void;
Expand Down
Loading

0 comments on commit 3736744

Please sign in to comment.