]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rcs/browserwindowui.rc
Fix missing icons on Gnome. https://redmine.stoutner.com/issues/993
[PrivacyBrowserPC.git] / src / ui.rcs / browserwindowui.rc
index d0e664de4b3f0b7008d11caeb7c9affc69c180c7..12eb32d72ab4a6fd2e01bdc3ca58f3717a316eac 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">
+            <Menu name="user_agent">
                 <Action name="user_agent_privacy_browser" />
                 <Action name="user_agent_webengine_default" />
                 <Action name="user_agent_firefox_linux" />
@@ -48,7 +54,7 @@
 
             <Separator />
 
-            <Menu name="search_engine" icon="search">
+            <Menu name="search_engine">
                 <Action name="search_engine_mojeek" />
                 <Action name="search_engine_monocles" />
                 <Action name="search_engine_metager" />
@@ -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>