Skip to content

Commit

Permalink
Disable pop shop details temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Mar 21, 2022
1 parent 478a2fd commit bb8acee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ function enable() {
});

// Pop Shop details
/*TODO
let AppMenu;
if (AppDisplay.AppIconMenu !== undefined) {
AppMenu = AppDisplay.AppIconMenu;
Expand All @@ -287,6 +288,7 @@ function enable() {
return ret;
});
*/

// Hide activities button
activities_signal_show = Main.panel.statusArea.activities.connect("show", function() {
Expand Down

0 comments on commit bb8acee

Please sign in to comment.