clapper-app: Add "New Window" menu option

Allow creating new windows from within the app
This commit is contained in:
Rafał Dzięgiel
2024-05-13 19:15:31 +02:00
parent 71142ab0c6
commit cc5c2b2403
2 changed files with 22 additions and 0 deletions

View File

@@ -178,6 +178,12 @@
</child>
</template>
<menu id="app_menu">
<section>
<item>
<attribute name="label" translatable="yes">New Window</attribute>
<attribute name="action">app.new-window</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Preferences</attribute>