ability to add icons to the cluster label

pull/438/head
Georgi Ivanov 6 years ago committed by tessier
parent bdb6590430
commit 8c39c20791

@ -37,6 +37,10 @@ def getcluster():
def setcluster(cluster):
__cluster.set(cluster)
def new_init(cls, init):
def reset_init(*args, **kwargs):
cls.__init__ = init
return reset_init
def new_init(cls, init):
def reset_init(*args, **kwargs):
cls.__init__ = init

Loading…
Cancel
Save