about summary refs log tree commit diff
path: root/src/gtk/window.ui
diff options
context:
space:
mode:
authorFelix Zwettler <f.zwettler@posteo.de>2022-06-07 23:14:29 +0200
committerFelix Zwettler <f.zwettler@posteo.de>2022-06-07 23:34:00 +0200
commita510603825050a5face70d5387f0be830a4d685b (patch)
treeaac28a23249c1d483da25304a9e75c925bda68f5 /src/gtk/window.ui
parent67679138574b083d838294bf82b6058a54b6a13d (diff)
downloadFurtherance-a510603825050a5face70d5387f0be830a4d685b.tar.zst
add csv export
Diffstat (limited to 'src/gtk/window.ui')
-rwxr-xr-xsrc/gtk/window.ui4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtk/window.ui b/src/gtk/window.ui
index 174acc0..25b81ca 100755
--- a/src/gtk/window.ui
+++ b/src/gtk/window.ui
@@ -101,6 +101,10 @@
         <attribute name="action">app.delete-history</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">_About Furtherance</attribute>
         <attribute name="action">app.about</attribute>
       </item>