Skip to content

Commit

Permalink
pw-manager: minor fix after leaving tabbed view
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Jan 18, 2024
1 parent 5179ea6 commit 6910d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nitrokeyapp/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ def widget_show(self) -> None:
if device_count == 1:
data = self.devices[0]
self.device_selected(data)
# TODO: solve centrally
self.tabs.setCurrentIndex(0)
else:
self.tabs.hide()
self.welcome_widget.show()
Expand Down

0 comments on commit 6910d82

Please sign in to comment.