mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Userland: Turn all application menus into window menus :^)
This commit is contained in:
parent
fcc8e3484f
commit
78b12e1521
Notes:
sideshowbarker
2024-07-18 21:05:37 +09:00
Author: https://github.com/awesomekling
Commit: 78b12e1521
47 changed files with 100 additions and 110 deletions
|
@ -99,7 +99,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto menubar = GUI::MenuBar::construct();
|
||||
s_hack_studio_widget->initialize_menubar(menubar);
|
||||
app->set_menubar(menubar);
|
||||
s_window->set_menubar(menubar);
|
||||
|
||||
s_window->show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue