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;
}
}
}
}

View File

@@ -5,5 +5,8 @@
<Setting Name="serverurl" Type="System.String" Scope="User">
<Value Profile="(Default)">http://localhost:7575</Value>
</Setting>
<Setting Name="authuser" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>