Skip to content

Commit

Permalink
fix missing appearance settings icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Aug 2, 2023
1 parent 9f0c85d commit bbf4546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function fillPreferencesWindow(window) {

const pages = [
{ name: 'general', icon: 'emblem-system-symbolic' },
{ name: 'appearance', icon: 'preferences-desktop-theme-symbolic' }
{ name: 'appearance', icon: 'emblem-photos-symbolic' }
]

const widget = new PrefsWidget()
Expand Down

0 comments on commit bbf4546

Please sign in to comment.