fix(a11y): symbolic icon
This commit is contained in:
parent
eb27387fee
commit
96c456fdf1
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ Terminal=false
|
||||||
Categories=COSMIC;
|
Categories=COSMIC;
|
||||||
Keywords=COSMIC;Iced;
|
Keywords=COSMIC;Iced;
|
||||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
# 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
|
StartupNotify=true
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
X-CosmicApplet=true
|
X-CosmicApplet=true
|
||||||
|
|
|
||||||
|
|
@ -185,7 +185,7 @@ impl cosmic::Application for CosmicA11yApplet {
|
||||||
fn view(&self) -> Element<Message> {
|
fn view(&self) -> Element<Message> {
|
||||||
self.core
|
self.core
|
||||||
.applet
|
.applet
|
||||||
.icon_button("preferences-desktop-accessibility")
|
.icon_button("preferences-desktop-accessibility-symbolic")
|
||||||
.on_press_down(Message::TogglePopup)
|
.on_press_down(Message::TogglePopup)
|
||||||
.into()
|
.into()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue