fix open notes popup on user addition, fix saving on every secrey key access
This commit is contained in:
@@ -74,7 +74,6 @@ public class ServerConfigurationManager
|
||||
{
|
||||
ServerStorage? currentServer;
|
||||
currentServer = serverIdx == -1 ? CurrentServer : GetServerByIndex(serverIdx);
|
||||
Save();
|
||||
if (currentServer == null)
|
||||
{
|
||||
currentServer = new();
|
||||
|
||||
Reference in New Issue
Block a user