mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-07 22:12:45 -04:00
Fixed incorrect checkbox display in UI
This commit is contained in:
parent
c670aa82ad
commit
c411ce703f
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ class KnownNodeInfo(urwid.WidgetWrap):
|
||||||
def ident_change(sender, userdata):
|
def ident_change(sender, userdata):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
propagation_node_checkbox = urwid.CheckBox("Use as default propagation node", state=(self.app.get_user_selected_propagation_node() == source_hash), on_state_change=pn_change)
|
propagation_node_checkbox = urwid.CheckBox("Use as default propagation node", state=(self.app.get_user_selected_propagation_node() == pn_hash), on_state_change=pn_change)
|
||||||
connect_identify_checkbox = urwid.CheckBox("Identify when connecting", state=self.app.directory.should_identify_on_connect(source_hash), on_state_change=ident_change)
|
connect_identify_checkbox = urwid.CheckBox("Identify when connecting", state=self.app.directory.should_identify_on_connect(source_hash), on_state_change=ident_change)
|
||||||
|
|
||||||
def save_node(sender):
|
def save_node(sender):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue