mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
Assistant: Prevent window from being minimized
This commit is contained in:
parent
cefa2e3dd2
commit
d73f53d1de
Notes:
sideshowbarker
2024-07-18 10:30:39 +09:00
Author: https://github.com/ForLoveOfCats
Commit: d73f53d1de
Pull-request: https://github.com/SerenityOS/serenity/pull/8309
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ int main(int argc, char** argv)
|
||||||
|
|
||||||
auto app = GUI::Application::construct(argc, argv);
|
auto app = GUI::Application::construct(argc, argv);
|
||||||
auto window = GUI::Window::construct();
|
auto window = GUI::Window::construct();
|
||||||
|
window->set_minimizable(false);
|
||||||
|
|
||||||
Assistant::AppState app_state;
|
Assistant::AppState app_state;
|
||||||
Assistant::Database db { app_state };
|
Assistant::Database db { app_state };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue