From 39576bafabf4095b871e73225eb187fbb34ac115 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein <rk@lakoliu.com> Date: Sun, 4 Jun 2023 19:56:57 +0200 Subject: Fix symbolic icon compatibility --- src/gtk/preferences_window.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"> -- cgit 1.4.1