LibWebView+UI: Remove some now-superfluous debug menu items

No need to keep these actions around, users can use the about:settings
page instead.
This commit is contained in:
Timothy Flynn 2025-11-03 11:27:38 -05:00 committed by Tim Flynn
parent c34119cb29
commit c80b698589
Notes: github-actions[bot] 2025-11-12 14:07:50 +00:00
7 changed files with 0 additions and 28 deletions

View file

@ -220,9 +220,6 @@ static void initialize_native_control(WebView::Action& action, QAction& qaction,
qaction.setIcon(load_icon_from_uri("resource://icons/16x16/trash-can.png"sv));
qaction.setShortcut(QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_G));
break;
case WebView::ActionID::ClearCache:
qaction.setIcon(load_icon_from_uri("resource://icons/browser/clear-cache.png"sv));
break;
default:
break;

View file

@ -51,7 +51,6 @@ set(128x128_ICONS
app-browser-dark.png
)
set(BROWSER_ICONS
clear-cache.png
cookie.png
dom-tree.png
local-storage.png