mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 02:25:07 +00:00
FileManager: Add ability to create new directories.
This commit is contained in:
parent
1030e6b848
commit
be4533717a
7 changed files with 32 additions and 8 deletions
|
@ -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);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue