Font scaling fuckery
This commit is contained in:
12
AyaNovaQBI/Properties/Settings.Designer.cs
generated
12
AyaNovaQBI/Properties/Settings.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user