Font scaling fuckery

This commit is contained in:
2022-07-22 00:25:52 +00:00
parent 2d736d20b0
commit c9799d26e6
8 changed files with 48 additions and 39 deletions

View File

@@ -34,5 +34,17 @@ namespace AyaNovaQBI.Properties {
this["serverurl"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string authuser {
get {
return ((string)(this["authuser"]));
}
set {
this["authuser"] = value;
}
}
}
}