diff options
author | Gabriel Brand <gabr.brand@gmail.com> | 2024-05-14 12:39:31 +0200 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-01-02 02:41:43 +0300 |
commit | e1c0f968272d89191ffcdf1f591f8471ac4d8adb (patch) | |
tree | 5c94fcdc913e1102d61ceb956c6039dab9f0041b /src/furtherance.gresource.xml | |
parent | ce43c2e2634073479a0b1c09a461fedfe4fc3f77 (diff) | |
download | Furtherance-e1c0f968272d89191ffcdf1f591f8471ac4d8adb.tar.zst |
csv export dialog: Port GtkDialog to AdwDialog
- Use AdwToolbarView - GNOME HIG: Writing Style - GNOME HIG: Add access keys - Disable export button when no file is selected
Diffstat (limited to 'src/furtherance.gresource.xml')
-rw-r--r-- | src/furtherance.gresource.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/furtherance.gresource.xml b/src/furtherance.gresource.xml index 96f7f67..5a3878a 100644 --- a/src/furtherance.gresource.xml +++ b/src/furtherance.gresource.xml @@ -9,7 +9,7 @@ <file>gtk/tasks_group.ui</file> <file>gtk/tasks_page.ui</file> <file>gtk/task_row.ui</file> - <file>gtk/dialogs.ui</file> + <file>gtk/csv_export_dialog.ui</file> <file>gtk/window.ui</file> </gresource> </gresources> |