diff options
| author | Michael <[email protected]> | 2017-06-20 18:53:28 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-20 18:53:28 -0400 |
| commit | 153057c7be952a94ab63a790662a10eee7b68e3d (patch) | |
| tree | 901ea65cee8266c5ba3649ddf207dab7bc9278a5 /ShiftOS_TheReturn | |
| parent | 472b658c22ba4b19bb49420d5b24d785c6e15655 (diff) | |
| download | shiftos_thereturn-153057c7be952a94ab63a790662a10eee7b68e3d.tar.gz shiftos_thereturn-153057c7be952a94ab63a790662a10eee7b68e3d.tar.bz2 shiftos_thereturn-153057c7be952a94ab63a790662a10eee7b68e3d.zip | |
Opt-in multistate borders
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Skinning.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs index e0a1a2b..656da30 100644 --- a/ShiftOS_TheReturn/Skinning.cs +++ b/ShiftOS_TheReturn/Skinning.cs @@ -634,6 +634,13 @@ namespace ShiftOS.Engine [ShifterDescription("The background color for the bottom border when the window is inactive.")] public Color BorderInactiveBottomBackground = DefaultBackground; + [ShifterMeta("Windows")] + [ShifterCategory("Window border")] + [ShifterName("Use Inactive Border Assets?")] + [RequiresUpgrade("shift_window_borders;shift_states")] + [ShifterDescription("Do you want to use separate colors and images for inactive Window Borders?")] + public bool RenderInactiveBorders = false; + [ShifterMeta("Desktop")] [ShifterCategory("Panel buttons")] |
