mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-02 22:41:56 +03:00
IOOBE Fix
Если в клиенте не было профилей - клиент не загружался. (Вечная загрузка) https://hastebin.com/qesogeyutu.hs
This commit is contained in:
parent
3c960eb501
commit
a99fa10e29
1 changed files with 3 additions and 2 deletions
|
@ -293,6 +293,7 @@ function updateProfilesList(profiles) {
|
|||
index++;
|
||||
});
|
||||
LogHelper.debug("Load selected %d profile",settings.profile);
|
||||
if(profiles.length > 0)
|
||||
serverHolder.set(serverList.getChildren().get(settings.profile));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue