mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 13:14:50 +08:00
Theming for RPF Explorer
This commit is contained in:
@@ -178,8 +178,11 @@ namespace CodeWalker.Project
|
||||
break;
|
||||
}
|
||||
|
||||
Settings.Default.ProjectWindowTheme = themestr;
|
||||
Settings.Default.Save();
|
||||
if (changing)
|
||||
{
|
||||
Settings.Default.ProjectWindowTheme = themestr;
|
||||
Settings.Default.Save();
|
||||
}
|
||||
|
||||
|
||||
Theme.Extender.FloatWindowFactory = new ProjectFloatWindowFactory();
|
||||
|
||||
Reference in New Issue
Block a user