]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rcs/browserwindowui.rc
Add a File > New Tab action.
[PrivacyBrowserPC.git] / src / ui.rcs / browserwindowui.rc
index d0e664de4b3f0b7008d11caeb7c9affc69c180c7..186b784200bcf957b5b81194b8b87bcecc140d2f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  Copyright 2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 
 
     <!-- The menu bar. -->
     <MenuBar>
+        <!-- File. -->
+        <Menu name="file">
+            <Action name="new_tab" append="new_merge"/>
+            <Action name="new_window" append="new_merge"/>
+        </Menu>
+
         <!-- On-the-fly Settings. -->
         <Menu name="on_the_fly_settings"> <text>On-The-Fly Settings</text>
             <Menu name="user_agent" icon="user-group-properties">
@@ -85,5 +91,6 @@
         <Action name="edit_find_next" />
         <Action name="edit_find_prev" />
         <Action name="find_case_sensitive" />
+        <Action name="hide_find_actions" />
     </ToolBar>
 </gui>