Skip to content

Commit

Permalink
Swap settings icon preview with text-x-generic
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed May 3, 2024
1 parent 4e7eb39 commit a8bf840
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cosmic-settings/src/pages/desktop/appearance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1735,11 +1735,7 @@ fn preview_handles(theme: String, inherits: Vec<String>) -> [icon::Handle; ICON_
let handles = [
icon_handle("folder", "folder-symbolic", &inherits),
icon_handle("user-home", "user-home-symbolic", &inherits),
icon_handle(
"preferences-system",
"preferences-system-symbolic",
&inherits,
),
icon_handle("text-x-generic", "text-x-generic-symbolic", &inherits),
icon_handle("image-x-generic", "images-x-generic-symbolic", &inherits),
icon_handle("audio-x-generic", "audio-x-generic-symbolic", &inherits),
icon_handle("video-x-generic", "video-x-generic-symbolic", &inherits),
Expand Down

0 comments on commit a8bf840

Please sign in to comment.