Show Settings button in header when not signed in

This commit is contained in:
redphx
2024-07-15 17:04:04 +07:00
parent d41fd22a47
commit 7409956616
5 changed files with 31 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ type BxStates = {
serverRegions: any;
selectedRegion: any;
gsToken: string;
isSignedIn: boolean;
isPlaying: boolean;
appContext: any | null;