mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-19 14:33:04 +03:00
Merge remote-tracking branch 'origin/dev' into feature/confClean
This commit is contained in:
commit
72b1af05fa
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ public void run() throws IOException {
|
||||||
wrapper.config.password = password;
|
wrapper.config.password = password;
|
||||||
wrapper.config.title = title;
|
wrapper.config.title = title;
|
||||||
wrapper.config.stopOnError = false;
|
wrapper.config.stopOnError = false;
|
||||||
|
wrapper.updateLauncherConfig();
|
||||||
|
|
||||||
if (wrapper.auth()) {
|
if (wrapper.auth()) {
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue