mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 23:32:41 +08:00
Deferred shading
This commit is contained in:
Generated
+12
@@ -734,5 +734,17 @@ namespace CodeWalker.Properties {
|
||||
this["ExplorerWindowTheme"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool Deferred {
|
||||
get {
|
||||
return ((bool)(this["Deferred"]));
|
||||
}
|
||||
set {
|
||||
this["Deferred"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -192,5 +192,8 @@
|
||||
<Setting Name="ExplorerWindowTheme" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Windows</Value>
|
||||
</Setting>
|
||||
<Setting Name="Deferred" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user