parent
962a1b6fc2
commit
5c2c47aa2f
|
@ -376,7 +376,10 @@ class Powerline(object):
|
||||||
current application.
|
current application.
|
||||||
'''
|
'''
|
||||||
self.shutdown_event.set()
|
self.shutdown_event.set()
|
||||||
self.renderer.shutdown()
|
try:
|
||||||
|
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…
Reference in New Issue