mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
FileManager: Add ability to create new directories.
This commit is contained in:
@@ -39,7 +39,7 @@ void GMessageBox::build()
|
||||
button->set_preferred_size({ 100, 16 });
|
||||
button->set_caption("OK");
|
||||
button->on_click = [this] (auto&) {
|
||||
dbgprintf("OK button clicked\n");
|
||||
dbgprintf("GMessageBox: OK button clicked\n");
|
||||
done(0);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user