Skip to content

Commit

Permalink
Disable toggle on quick settings group
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Jun 15, 2023
1 parent 9f89271 commit 4cfb7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ const PrivacyQuickGroup = ShellVersion >= 43 ? GObject.registerClass(
super._init({
title: _('Privacy'),
iconName: 'preferences-system-privacy-symbolic',
toggleMode: true,
toggleMode: false,
});
} else {
super._init({
label: _('Privacy'),
iconName: 'preferences-system-privacy-symbolic',
toggleMode: true,
toggleMode: false,
});
}

Expand Down

0 comments on commit 4cfb7f3

Please sign in to comment.