mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +00:00
LibGUI: Add a MessageBox type to reveal a file
This will be used by Ladybird to open a screenshot's containing folder.
This commit is contained in:
parent
cc88a2657d
commit
9218b2f3ce
3 changed files with 12 additions and 1 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
Aborted = 2,
|
||||
Yes = 3,
|
||||
No = 4,
|
||||
Reveal = 5,
|
||||
};
|
||||
|
||||
enum class ScreenPosition {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue