UI type save on configuration file

This commit is contained in:
Laurent Clouet
2015-04-08 20:37:53 +01:00
parent 3226d188af
commit ca221ddc8b
4 changed files with 41 additions and 7 deletions

View File

@@ -303,7 +303,7 @@ public class Settings implements Activity {
}
if (saveFile.isSelected()) {
new SettingsLoader(login.getText(), new String(password.getPassword()), method, selected_gpu, cachePath, autoSignIn.isSelected()).saveFile();
new SettingsLoader(login.getText(), new String(password.getPassword()), method, selected_gpu, cachePath, autoSignIn.isSelected(), GuiSwing.type).saveFile();
}
else {
try {