Mappable function to easily send test notification
This commit is contained in:
parent
70afb2dd4d
commit
2fe1ef4774
@ -1536,3 +1536,7 @@ class Boss:
|
||||
set_background_image(path, os_windows, configured)
|
||||
for os_window_id in os_windows:
|
||||
self.default_bg_changed_for(os_window_id)
|
||||
|
||||
def send_test_notification(self) -> None:
|
||||
from .notify import notify
|
||||
notify('Test notification', 'Hello world')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user