Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
buhtz committed Jul 25, 2024
1 parent 677b423 commit 178f28e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qt/settingsdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@ def __init__(self, parent):
self.keyringSupported = tools.keyringSupported()
self.cbPasswordSave.setEnabled(self.keyringSupported)

# mode change
self.comboModes.currentIndexChanged.connect(self.comboModesChanged)

# host, user, profile id
groupBox = QGroupBox(self)
self.frameAdvanced = groupBox
Expand Down Expand Up @@ -1246,9 +1249,6 @@ def __init__(self, parent):
self.updateProfiles()
self.comboModesChanged()

# mode change
self.comboModes.currentIndexChanged.connect(self.comboModesChanged)

# enable tabs scroll buttons again but keep dialog size
size = self.sizeHint()
self.tabs.setUsesScrollButtons(scrollButtonDefault)
Expand Down

0 comments on commit 178f28e

Please sign in to comment.