Fix: app group tab name
This commit is contained in:
@@ -83,6 +83,9 @@ function isTypingGameApp() {
|
||||
if(sessionStorageManager.getPlayingAppName() == null)
|
||||
return false;
|
||||
|
||||
if(sessionStorageManager.getPlayingAppID === 200)
|
||||
return true;
|
||||
|
||||
if(sessionStorageManager.getPlayingAppID < 50 || sessionStorageManager.getPlayingAppID > 100)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user