Disable dev account validates suppress
This commit is contained in:
parent
494b221638
commit
9e078df32a
@ -79,9 +79,9 @@ async function showMainUI(data){
|
||||
|
||||
// If this is enabled in a development environment we'll get ratelimited.
|
||||
// The relaunch frequency is usually far too high.
|
||||
if(!isDev && isLoggedIn){
|
||||
validateSelectedAccount()
|
||||
}
|
||||
// if(!isDev && isLoggedIn){
|
||||
validateSelectedAccount()
|
||||
// }
|
||||
|
||||
if(ConfigManager.isFirstLaunch()){
|
||||
currentView = VIEWS.welcome
|
||||
|
Loading…
Reference in New Issue
Block a user