Commit bbc6cdad authored by nanahira's avatar nanahira

fix

parent ca953ac8
......@@ -34,6 +34,7 @@ public class MyCard : WindowServantSP
void saveUser() {
Config.Set("mycard_username", inputUsername.value);
Config.Set("mycard_password", inputPsw.value);
Program.I().selectServer.name = inputUsername.value;
}
void loadUser() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment