Fix Settings sometimes not being injected to header

This commit is contained in:
redphx
2024-07-28 15:58:03 +07:00
parent eb42f4a3d3
commit 9fad2914ac
3 changed files with 7 additions and 7 deletions

View File

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