mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
WindowServer+LibGUI: Remove the global menubar :^)
This leaves menu applets running but invisible, and that's a regression we need to take care of obviously. But not today, because it's getting too late.
This commit is contained in:
parent
1108c41790
commit
e9db10e3a9
6 changed files with 6 additions and 22 deletions
|
@ -56,6 +56,7 @@ MenuManager::MenuManager()
|
|||
|
||||
m_window = Window::construct(*this, WindowType::Menubar);
|
||||
m_window->set_rect(menubar_rect());
|
||||
m_window->set_visible(false);
|
||||
|
||||
m_search_timer = Core::Timer::create_single_shot(0, [this] {
|
||||
m_current_search.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue