Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Oct 30, 2023
1 parent 4441a2c commit 5a9502d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def module_init():
global wmenu
if not get("show-widget", True, "network"):
loginwindow.o("ui_button_network").hide()
return
loginwindow.o("ui_button_network").connect(
"clicked", _network_button_event)
update_popover_text()
Expand Down

0 comments on commit 5a9502d

Please sign in to comment.