diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:17:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:17:59 +0200 |
| commit | bcea0775a7a07738b3eec1b00cef618de84f3e41 (patch) | |
| tree | a310a904fdaeccb28ae6c2ed9411277624ce763a /res/windows/main.ui | |
| parent | de13c3079992aeb5209c2c0f9d2cfc2042bea9fc (diff) | |
| download | turns-bcea0775a7a07738b3eec1b00cef618de84f3e41.tar.xz turns-bcea0775a7a07738b3eec1b00cef618de84f3e41.zip | |
app/menu: prepare clear menu item
Diffstat (limited to 'res/windows/main.ui')
| -rw-r--r-- | res/windows/main.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/windows/main.ui b/res/windows/main.ui index 9e8a90d..4361f5e 100644 --- a/res/windows/main.ui +++ b/res/windows/main.ui @@ -92,6 +92,10 @@ </object> <menu id="main_menu"> <item> + <attribute name="action">win.clear</attribute> + <attribute name="label" translatable="yes">_Clear</attribute> + </item> + <item> <attribute name="action">app.quit</attribute> <attribute name="label" translatable="yes">_Quit</attribute> </item> |
