Skip to content

Commit

Permalink
fix: update icon names to refer to the icons included in cosmic-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 authored and mmstick committed Feb 22, 2024
1 parent 3de1aa3 commit 111e31c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/pages/desktop/appearance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ impl page::Page<crate::pages::Message> for Page {
}

fn info(&self) -> page::Info {
page::Info::new("appearance", "preferences-pop-desktop-appearance-symbolic")
page::Info::new("appearance", "preferences-appearance-symbolic")
.title(fl!("appearance"))
.description(fl!("appearance", "desc"))
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/desktop/dock/applets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl page::Page<crate::pages::Message> for Page {
}

fn info(&self) -> page::Info {
page::Info::new("dock_applets", "preferences-pop-desktop-dock-symbolic")
page::Info::new("dock_applets", "preferences-dock-symbolic")
// .title(fl!("applets"))
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/desktop/dock/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ impl page::Page<crate::pages::Message> for Page {
}

fn info(&self) -> page::Info {
page::Info::new("dock", "preferences-pop-desktop-dock-symbolic")
page::Info::new("dock", "preferences-dock-symbolic")
.title(fl!("dock"))
.description(fl!("dock", "desc"))
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/desktop/panel/applets_inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl page::Page<crate::pages::Message> for Page {
}

fn info(&self) -> page::Info {
page::Info::new("panel_applets", "preferences-pop-desktop-dock-symbolic")
page::Info::new("panel_applets", "preferences-dock-symbolic")
// .title(fl!("applets"))
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/desktop/panel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl page::Page<crate::pages::Message> for Page {
}

fn info(&self) -> page::Info {
page::Info::new("panel", "preferences-pop-desktop-dock-symbolic")
page::Info::new("panel", "preferences-dock-symbolic")
.title(fl!("panel"))
.description(fl!("panel", "desc"))
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/desktop/workspaces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl page::Page<crate::pages::Message> for Page {
}

fn info(&self) -> page::Info {
page::Info::new("workspaces", "preferences-pop-desktop-workspaces-symbolic")
page::Info::new("workspaces", "preferences-workspaces-symbolic")
.title(fl!("workspaces"))
.description(fl!("workspaces", "desc"))
}
Expand Down

0 comments on commit 111e31c

Please sign in to comment.