Skip to content

Commit

Permalink
Icons are added automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 15, 2024
1 parent 71b0100 commit 40b88b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion data/gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<file compressed="true">TaskRow.css</file>
</gresource>
<gresource prefix="/io/elementary/tasks/icons">
<file alias="location-marker.svg" compressed="true" preprocess="xml-stripblanks">LocationMarker.svg</file>
<file alias="location-marker.svg" compressed="true" preprocess="xml-stripblanks">LocationMarker.svg</file>
</gresource>
</gresources>
1 change: 0 additions & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class Tasks.MainWindow : Gtk.ApplicationWindow {

static construct {
action_accelerators[ACTION_DELETE_SELECTED_LIST] = "<Control>BackSpace";
Gtk.IconTheme.get_for_display (Gdk.Display.get_default ()).add_resource_path ("/io/elementary/tasks");
}

construct {
Expand Down

0 comments on commit 40b88b4

Please sign in to comment.