Return to the intro screen if no secret keys are set up

This commit is contained in:
Loporrit
2023-12-11 23:08:47 +00:00
parent 7a0408f5d9
commit 918c1d681c
@@ -112,7 +112,7 @@ public class ServerConfigurationManager
public bool HasValidConfig()
{
return CurrentServer != null;
return CurrentServer != null && CurrentServer.SecretKeys.Any();
}
public void Save()