Skip to content

Commit

Permalink
Replaced svg icon with system privacy settings icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed May 26, 2023
1 parent 69c9148 commit 0f7fccd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package:
--podir=po \
--extra-source=../LICENSE.txt \
--extra-source=../docs/CHANGELOG.md \
--extra-source=icons/ \
--extra-source=ui/ \
--extra-source=lib/ \
-o ../$(BUILD_DIR)/
Expand Down
2 changes: 1 addition & 1 deletion extension/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const PrivacyIndicator = GObject.registerClass(

//Set an icon for the indicator
this.add_child(new St.Icon({
gicon: Gio.icon_new_for_string(Me.path + '/icons/privacy-indicator-symbolic.svg'),
gicon: Gio.ThemedIcon.new('preferences-system-privacy-symbolic'),
style_class: 'system-status-icon'
}));

Expand Down
55 changes: 0 additions & 55 deletions extension/icons/privacy-indicator-symbolic.svg

This file was deleted.

0 comments on commit 0f7fccd

Please sign in to comment.