]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rcs/browserwindowui.rc
Partial filter list implementation.
[PrivacyBrowserPC.git] / src / ui.rcs / browserwindowui.rc
index ab3d50336cb6b41bfaa8fcb5ef0d9c9400c13bec..08f5cfccdaa4e2f1244a1a40b3db26066ae5780d 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2022-2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
+  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
 
   Privacy Browser PC is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
             <Action name="zoom_default" append="view_zoom_merge" />
 
             <Action name="reload_and_bypass_cache" />
+            <Action name="stop" />
 
             <Separator />
 
             <Action name="view_source" />
             <Action name="view_source_in_new_tab" />
+            <Action name="developer_tools" />
         </Menu>
 
         <!-- On-the-fly Settings. -->
             </Menu>
         </Menu>
 
+        <!-- Filter lists. -->
+        <Menu name="filter_lists"> <text>Filter Lists</text>
+            <Action name="requests" />
+            <Action name="view_filter_lists" />
+        </Menu>
+
         <!-- Bookmarks. -->
         <Menu name="bookmarks">
             <Action name="view_bookmarks_toolbar" />
         <Action name="go_back" />
         <Action name="go_forward" />
         <Action name="view_redisplay" />
+        <Action name="stop" />
         <Action name="go_home" />
     </ToolBar>