mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 04:55:15 +00:00
UI/Qt: Use book title capitalization for "Clear All Cookies" menu item
This follows the human interface guidelines of Ladybird.
This commit is contained in:
parent
c361ea8916
commit
41927ad9d1
Notes:
github-actions[bot]
2025-03-10 12:31:23 +00:00
Author: https://github.com/rmg-x Commit: https://github.com/LadybirdBrowser/ladybird/commit/41927ad9d1e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3844 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ BrowserWindow::BrowserWindow(Vector<URL::URL> const& initial_urls, IsPopupWindow
|
|||
debug_request("clear-cache");
|
||||
});
|
||||
|
||||
auto* clear_all_cookies_action = new QAction("Clear all Cookies", this);
|
||||
auto* clear_all_cookies_action = new QAction("Clear All Cookies", this);
|
||||
debug_menu->addAction(clear_all_cookies_action);
|
||||
QObject::connect(clear_all_cookies_action, &QAction::triggered, this, [] {
|
||||
WebView::Application::cookie_jar().clear_all_cookies();
|
||||
|
|
Loading…
Add table
Reference in a new issue