diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-05 12:37:34 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-05 12:42:10 +0300 |
commit | 825a2662b1856931549fc2de1164e89b09c7f4aa (patch) | |
tree | 4fa17edbd2e366b5046f264e1aabd5220a8ba274 /src/furtherance.gresource.xml | |
parent | 8d85a8f7a7be6fcb3cb383d6e59f189864b81044 (diff) | |
download | Furtherance-825a2662b1856931549fc2de1164e89b09c7f4aa.tar.zst |
Reports feature (Issue #32)
Diffstat (limited to 'src/furtherance.gresource.xml')
-rwxr-xr-x | src/furtherance.gresource.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/furtherance.gresource.xml b/src/furtherance.gresource.xml index bfab2ff..bb1a9fb 100755 --- a/src/furtherance.gresource.xml +++ b/src/furtherance.gresource.xml @@ -1,13 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <gresources> <gresource prefix="/com/lakoliu/Furtherance"> - <file>gtk/window.ui</file> <file>gtk/history_box.ui</file> + <file>gtk/preferences_window.ui</file> + <file>gtk/report.ui</file> <file>gtk/style.css</file> - <file>gtk/tasks_page.ui</file> + <file>gtk/task_details.ui</file> <file>gtk/tasks_group.ui</file> + <file>gtk/tasks_page.ui</file> <file>gtk/task_row.ui</file> - <file>gtk/task_details.ui</file> - <file>gtk/preferences_window.ui</file> + <file>gtk/window.ui</file> </gresource> </gresources> |