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