diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-06-04 19:56:57 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-06-04 19:56:57 +0200 |
commit | 39576bafabf4095b871e73225eb187fbb34ac115 (patch) | |
tree | c1ffa93473878e4e69586d03ed22ad67a184458a /src/gtk | |
parent | 38a22fead31ec38379b9da5996f1f1f34696426e (diff) | |
download | Furtherance-39576bafabf4095b871e73225eb187fbb34ac115.tar.zst |
Fix symbolic icon compatibility
Diffstat (limited to 'src/gtk')
-rw-r--r-- | src/gtk/preferences_window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index dc96e9e..14ecaac 100644 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -138,7 +138,7 @@ </child> <child> <object class="AdwPreferencesPage" id="tasks_page"> - <property name="icon_name">view-list-bullet-symbolic</property> + <property name="icon_name">view-list-symbolic</property> <property name="title" translatable="yes" context="A page title of the preferences dialog">Tasks</property> <child> <object class="AdwPreferencesGroup" id="task_group"> |