More portable mode fixes
This commit is contained in:
parent
8136b022bc
commit
242c8fa9c2
|
@ -4090,7 +4090,7 @@ class settingsDialog(QtGui.QDialog):
|
|||
curr_index = languages.index('other')
|
||||
self.ui.languageComboBox.setCurrentIndex(curr_index)
|
||||
|
||||
if shared.appdata == '':
|
||||
if shared.appdata == shared.lookupExeFolder():
|
||||
self.ui.checkBoxPortableMode.setChecked(True)
|
||||
if 'darwin' in sys.platform:
|
||||
self.ui.checkBoxStartOnLogon.setDisabled(True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user