mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 08:51:57 +00:00
LibGUI+Notification: Add notification closing
Closing a notification will now allow it to be shown again, as m_showing being false means it can be re-shown.
This commit is contained in:
parent
ef4144c183
commit
0fd1e6f062
Notes:
sideshowbarker
2024-07-18 21:09:29 +09:00
Author: https://github.com/Sylvyrfysh
Commit: 0fd1e6f062
Pull-request: https://github.com/SerenityOS/serenity/pull/5732
Reviewed-by: https://github.com/BenWiederhake
5 changed files with 24 additions and 1 deletions
|
@ -4,4 +4,6 @@ endpoint NotificationServer = 95
|
|||
Greet() => ()
|
||||
|
||||
ShowNotification([UTF8] String text, [UTF8] String title, Gfx::ShareableBitmap icon) => ()
|
||||
|
||||
CloseNotification() => ()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue