mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
Фикс обновления опциональных модов
This commit is contained in:
parent
06c94316dd
commit
6377f9f287
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,6 @@ function goSettings(event) {
|
|||
}
|
||||
|
||||
// Show settings overlay
|
||||
updateOptional();
|
||||
overlay.show(settingsOverlay.overlay, null);
|
||||
}
|
||||
|
||||
|
@ -183,6 +182,7 @@ function goOptions(event) {
|
|||
}
|
||||
|
||||
// Show options overlay
|
||||
updateOptional();
|
||||
overlay.show(options.overlay, null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue