fix(a11y): symbolic icon

This commit is contained in:
Ashley Wulber 2024-11-01 10:08:32 -04:00 committed by Ashley Wulber
parent eb27387fee
commit 96c456fdf1
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Terminal=false
Categories=COSMIC;
Keywords=COSMIC;Iced;
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=preferences-desktop-accessibility
Icon=preferences-desktop-accessibility-symbolic
StartupNotify=true
NoDisplay=true
X-CosmicApplet=true

View file

@ -185,7 +185,7 @@ impl cosmic::Application for CosmicA11yApplet {
fn view(&self) -> Element<Message> {
self.core
.applet
.icon_button("preferences-desktop-accessibility")
.icon_button("preferences-desktop-accessibility-symbolic")
.on_press_down(Message::TogglePopup)
.into()
}