mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Ensure icon cache is cleared at exit
This commit is contained in:
@@ -90,7 +90,7 @@ class NotificationManager(NotificationManager):
|
||||
def do_test(self: 'TestNotifications', tdir: str) -> None:
|
||||
di = DesktopIntegration(None)
|
||||
ch = Channel()
|
||||
nm = NotificationManager(di, ch, lambda *a, **kw: None, base_cache_dir=tdir)
|
||||
nm = NotificationManager(di, ch, lambda *a, **kw: None, base_cache_dir=tdir, cleanup_at_exit=False)
|
||||
di.notification_manager = nm
|
||||
|
||||
def reset():
|
||||
|
||||
Reference in New Issue
Block a user