mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-23 18:20:19 +03:00
Fixed an important but boring issue
This commit is contained in:
parent
b725e09ad7
commit
701efddd72
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ $(() => {
|
||||||
if (!LauncherLib.isPrefixInstalled(constants.prefixDir.get()))
|
if (!LauncherLib.isPrefixInstalled(constants.prefixDir.get()))
|
||||||
$('#fps-unlocker').toggle();
|
$('#fps-unlocker').toggle();
|
||||||
|
|
||||||
else if (LauncherLib.isPrefixInstalled(constants.prefixDir.get()) && !$('#fps-unlocker').is(':visible'))
|
else if (LauncherLib.isPrefixInstalled(constants.prefixDir.get()) && $('#fps-unlocker').css('display') == 'none')
|
||||||
$('#fps-unlocker').toggle();
|
$('#fps-unlocker').toggle();
|
||||||
|
|
||||||
if (LauncherLib.getConfig('fpsunlock'))
|
if (LauncherLib.getConfig('fpsunlock'))
|
||||||
|
|
Loading…
Reference in a new issue