]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rc/browser_ui.rc
Change the cookie implementation to a QTreeView.
[PrivacyBrowserPC.git] / src / ui.rc / browser_ui.rc
index 3c46ee0a2f3e5000b60bf2faa79ea93745950762..e75b573239e884213a89b0ef7bb93a74ad578c7e 100644 (file)
 
     <!-- The menu bar. -->
     <MenuBar>
+        <!-- On-the-fly Settings. -->
         <Menu name="on_the_fly_settings"> <text>On-The-Fly Settings</text>
             <Menu name="user_agent" icon="user-group-properties"> <text>User Agent</text>
                 <Action name="user_agent_privacy_browser" />
+                <Action name="user_agent_webengine_default" />
                 <Action name="user_agent_firefox_linux" />
                 <Action name="user_agent_chromium_linux" />
                 <Action name="user_agent_firefox_windows" />
                 <Action name="search_engine_custom" />
             </Menu>
         </Menu>
+
+        <!-- Settings. -->
+        <Menu name="settings">
+            <Action name="domain_settings" />
+            <Action name="cookies" />
+        </Menu>
     </MenuBar>
 
     <!-- The main toolbar is removed. -->
@@ -69,5 +77,8 @@
     </ToolBar>
 
     <!-- The URL toolbar. -->
-    <ToolBar name="url_toolbar" iconText="icononly"> <text>URL Toolbar</text> </ToolBar>
+    <ToolBar name="url_toolbar" iconText="icononly"> <text>URL Toolbar</text>
+        <Action name="javascript" />
+        <Action name="local_storage" />
+    </ToolBar>
 </gui>