mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
Hotfix рантайма
This commit is contained in:
parent
9c5d132ebc
commit
5ef915c00b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ var settingsClass = Java.extend(LauncherSettingsClass.static, {
|
|||
var settingsOverlay = {
|
||||
/* ===================== OVERLAY ===================== */
|
||||
overlay: null, ramLabel: null, dirLabel: null,
|
||||
deleteDirPressedAgain: false, count = 0,
|
||||
deleteDirPressedAgain: false, count: 0,
|
||||
|
||||
initOverlay: function() {
|
||||
settingsOverlay.overlay = loadFXML("dialog/overlay/settings/settings.fxml");
|
||||
|
|
Loading…
Reference in a new issue