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/gtk/window.ui | |
parent | 8d85a8f7a7be6fcb3cb383d6e59f189864b81044 (diff) | |
download | Furtherance-825a2662b1856931549fc2de1164e89b09c7f4aa.tar.zst |
Reports feature (Issue #32)
Diffstat (limited to 'src/gtk/window.ui')
-rwxr-xr-x | src/gtk/window.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtk/window.ui b/src/gtk/window.ui index 963922a..c403358 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -93,6 +93,10 @@ <attribute name="action">app.preferences</attribute> </item> <item> + <attribute name="label" translatable="yes">_Time Report</attribute> + <attribute name="action">app.report</attribute> + </item> + <item> <attribute name="label" translatable="yes">_Delete history</attribute> <attribute name="action">app.delete-history</attribute> </item> |