mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
FileManager: Fix build
This commit is contained in:
parent
bed0e6d250
commit
09138d542d
Notes:
sideshowbarker
2024-07-19 07:23:51 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/09138d542dd
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ int run_in_windowed_mode(RefPtr<Core::ConfigFile> config, String initial_locatio
|
|||
GUI::MessageBox::show(error_message, "File Manager", GUI::MessageBox::Type::Error);
|
||||
|
||||
if (quit)
|
||||
app.quit(1);
|
||||
exit(1);
|
||||
};
|
||||
|
||||
directory_view.on_status_message = [&](const StringView& message) {
|
||||
|
|
Loading…
Reference in a new issue