mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
ProfileViewer: Make the invert menu item visible again :^)
This commit is contained in:
parent
f8e3aa1ad9
commit
bf00e33a04
Notes:
sideshowbarker
2024-07-19 07:30:27 +09:00
Author: https://github.com/lnzero1dev
Commit: bf00e33a04
Pull-request: https://github.com/SerenityOS/serenity/pull/1847
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ int main(int argc, char** argv)
|
|||
});
|
||||
invert_action->set_checkable(true);
|
||||
invert_action->set_checked(false);
|
||||
view_menu.add_action(invert_action);
|
||||
|
||||
auto percent_action = GUI::Action::create("Show percentages", { Mod_Ctrl, Key_P }, [&](auto& action) {
|
||||
action.set_checked(!action.is_checked());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue