Mappable function to easily send test notification
This commit is contained in:
parent
70afb2dd4d
commit
2fe1ef4774
1 changed files with 4 additions and 0 deletions
|
|
@ -1536,3 +1536,7 @@ def set_background_image(self, path: Optional[str], os_windows: Tuple[int, ...],
|
|||
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…
Reference in a new issue