]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rcs/browserwindowui.rc
Partial filter list implementation.
[PrivacyBrowserPC.git] / src / ui.rcs / browserwindowui.rc
index f16913b6f2927149e10a42ee2f729f9eeb0bb0ca..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
@@ -43,6 +43,7 @@
             <Action name="zoom_default" append="view_zoom_merge" />
 
             <Action name="reload_and_bypass_cache" />
+            <Action name="stop" />
 
             <Separator />
 
             </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>