Add a tooltip with the ap name, not working for some reason
This commit is contained in:
parent
06e0923687
commit
91722dfebc
@ -26,7 +26,7 @@ from view.BuddyIcon import BuddyIcon
|
|||||||
|
|
||||||
class AccessPointView(CanvasIcon):
|
class AccessPointView(CanvasIcon):
|
||||||
def __init__(self, model):
|
def __init__(self, model):
|
||||||
CanvasIcon.__init__(self)
|
CanvasIcon.__init__(self, tooltip=model.get_name())
|
||||||
self._update_icon()
|
self._update_icon()
|
||||||
|
|
||||||
def _update_icon(self):
|
def _update_icon(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user