about summary refs log tree commit diff
path: root/src/gtk
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-09-22 21:28:50 +0200
committerRicky Kresslein <rk@lakoliu.com>2022-09-22 21:28:50 +0200
commit83e992c2077a4fb5281a461c74fc6f7265a24bde (patch)
tree8f7199a9bf49fb41defd0c61e7d4fb307a74da30 /src/gtk
parente72813df2bb343ec4ce683baa7af2befc1ae6f80 (diff)
downloadFurtherance-83e992c2077a4fb5281a461c74fc6f7265a24bde.tar.zst
Backup database
Diffstat (limited to 'src/gtk')
-rwxr-xr-xsrc/gtk/window.ui14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/gtk/window.ui b/src/gtk/window.ui
index ed18063..87317d9 100755
--- a/src/gtk/window.ui
+++ b/src/gtk/window.ui
@@ -94,16 +94,22 @@
         <attribute name="action">app.report</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_Export as CSV</attribute>
-        <attribute name="action">app.export-csv</attribute>
-      </item>
-      <item>
         <attribute name="label" translatable="yes">_Delete history</attribute>
         <attribute name="action">app.delete-history</attribute>
       </item>
     </section>
     <section>
       <item>
+        <attribute name="label" translatable="yes">Back up</attribute>
+        <attribute name="action">app.backup-database</attribute>
+      </item>
+      <item>
+        <attribute name="label" translatable="yes">_Export as CSV</attribute>
+        <attribute name="action">app.export-csv</attribute>
+      </item>
+    </section>
+    <section>
+      <item>
         <attribute name="label" translatable="yes">_Preferences</attribute>
         <attribute name="action">app.preferences</attribute>
       </item>