1
Fork 0
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:
Timothy Flynn 2024-01-06 09:55:46 -05:00 committed by Sam Atkins
parent cc88a2657d
commit 9218b2f3ce
3 changed files with 12 additions and 1 deletions

View file

@ -21,6 +21,7 @@ public:
Aborted = 2,
Yes = 3,
No = 4,
Reveal = 5,
};
enum class ScreenPosition {