More portable mode fixes

This commit is contained in:
mailchuck 2015-12-13 22:23:40 +01:00 committed by Peter Surda
parent 8136b022bc
commit 242c8fa9c2
1 changed files with 1 additions and 1 deletions

View File

@ -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)