mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 03:14:46 +08:00
Theming for RPF Explorer
This commit is contained in:
Generated
+12
@@ -722,5 +722,17 @@ namespace CodeWalker.Properties {
|
||||
this["ProjectWindowTheme"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Windows")]
|
||||
public string ExplorerWindowTheme {
|
||||
get {
|
||||
return ((string)(this["ExplorerWindowTheme"]));
|
||||
}
|
||||
set {
|
||||
this["ExplorerWindowTheme"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -189,5 +189,8 @@
|
||||
<Setting Name="ProjectWindowTheme" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Blue</Value>
|
||||
</Setting>
|
||||
<Setting Name="ExplorerWindowTheme" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Windows</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user