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;
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue