mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
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:
parent
c34119cb29
commit
c80b698589
Notes:
github-actions[bot]
2025-11-12 14:07:50 +00:00
Author: https://github.com/trflynn89
Commit: c80b698589
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6675
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/konradekk
7 changed files with 0 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue