High DPI setting default
This commit is contained in:
parent
b412233193
commit
5228adf94d
@ -277,7 +277,7 @@ namespace BismNormalizer {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool OptionHighDpiLocal {
|
||||
get {
|
||||
return ((bool)(this["OptionHighDpiLocal"]));
|
||||
|
@ -66,7 +66,7 @@
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="OptionHighDpiLocal" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
@ -71,7 +71,7 @@
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="OptionHighDpiLocal" serializeAs="String">
|
||||
<value>False</value>
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</BismNormalizer.Settings>
|
||||
</userSettings>
|
||||
|
Loading…
Reference in New Issue
Block a user