mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-17 15:51:55 +00:00
LibGUI: Add MessageBox question icon
This commit is contained in:
parent
7fba21aefc
commit
25227ee284
Notes:
sideshowbarker
2024-07-19 06:19:54 +09:00
Author: https://github.com/asliturk
Commit: 25227ee284
Pull-request: https://github.com/SerenityOS/serenity/pull/2305
2 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,7 @@ public:
|
|||
Information,
|
||||
Warning,
|
||||
Error,
|
||||
Question
|
||||
};
|
||||
|
||||
enum class InputType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue