Remove unused flags

This commit is contained in:
redphx
2024-07-28 07:25:11 +07:00
parent 40006c5931
commit 857b63a9f9
2 changed files with 1 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ document.addEventListener('readystatechange', e => {
if (STATES.isSignedIn) {
// Preload Remote Play
getPref(PrefKey.REMOTE_PLAY_ENABLED) && BX_FLAGS.PreloadRemotePlay && RemotePlay.preload();
getPref(PrefKey.REMOTE_PLAY_ENABLED) && RemotePlay.preload();
} else {
// Show Settings button in the header when not signed
HeaderSection.watchHeader();