change some variable names to be more informative, add an image to error dialog
This commit is contained in:
parent
0407645061
commit
ee0c63e4a1
9 changed files with 23 additions and 20 deletions
|
@ -240,7 +240,7 @@ class CanvasNode:
|
|||
def show_wlan_config(self):
|
||||
self.canvas.context = None
|
||||
dialog = WlanConfigDialog(self.app, self.app, self)
|
||||
if not dialog.error:
|
||||
if not dialog.has_error:
|
||||
dialog.show()
|
||||
|
||||
def show_mobility_config(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue