Skip to content

Commit

Permalink
Add missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Feb 12, 2024
1 parent 618deec commit 8b30587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const PrivacyQuickGroup = GObject.registerClass(
});

//Set a menu header
this.menu.setHeader('preferences-system-privacy-symbolic', _('Privacy Settings'))
this.menu.setHeader('preferences-system-privacy-symbolic', _('Privacy Settings'));

//Open the menu or toggle all settings when the body is clicked
this.connect('clicked', () => {
Expand Down

0 comments on commit 8b30587

Please sign in to comment.