Фикс обновления опциональных модов

This commit is contained in:
Gravit 2018-11-08 18:50:56 +07:00
parent 06c94316dd
commit 6377f9f287
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

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