diff options
author | r3pll <106473215+r3pll@users.noreply.github.com> | 2022-06-07 14:14:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 14:14:59 +0300 |
commit | 02c76729565c06cfeaa0b1029bc9768cd3b46d7d (patch) | |
tree | 3642cd2c2da187250ef4708061d81208e57740b5 /src/furtherance.gresource.xml | |
parent | 08a3a2416e6b5357911815d49e074928dcc5d3e6 (diff) | |
parent | 89955b21d2a048037822afb60f5200f9da76c487 (diff) | |
download | Furtherance-02c76729565c06cfeaa0b1029bc9768cd3b46d7d.tar.zst |
Merge pull request #1 from lakoliu/main
1
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> |