mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
parent
962a1b6fc2
commit
5c2c47aa2f
@ -376,7 +376,10 @@ class Powerline(object):
|
|||||||
current application.
|
current application.
|
||||||
'''
|
'''
|
||||||
self.shutdown_event.set()
|
self.shutdown_event.set()
|
||||||
|
try:
|
||||||
self.renderer.shutdown()
|
self.renderer.shutdown()
|
||||||
|
except AttributeError:
|
||||||
|
pass
|
||||||
functions = (
|
functions = (
|
||||||
self.on_main_change,
|
self.on_main_change,
|
||||||
self.on_colors_change,
|
self.on_colors_change,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user