]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rcs/browserwindowui.rc
Add Reload and Bypass Cache. https://redmine.stoutner.com/issues/982
[PrivacyBrowserPC.git] / src / ui.rcs / browserwindowui.rc
index 12eb32d72ab4a6fd2e01bdc3ca58f3717a316eac..d296881739b7ea18f9c5775252b7b08cc9e66ebe 100644 (file)
     <MenuBar>
         <!-- File. -->
         <Menu name="file">
-            <Action name="new_tab" append="new_merge"/>
-            <Action name="new_window" append="new_merge"/>
+            <Action name="new_tab" append="new_merge" />
+            <Action name="new_window" append="new_merge" />
+        </Menu>
+
+        <!-- View. -->
+        <Menu name="view">
+            <Action name="reload_and_bypass_cache" />
         </Menu>
 
         <!-- On-the-fly Settings. -->