aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-20 18:53:28 -0400
committerMichael <[email protected]>2017-06-20 18:53:28 -0400
commit153057c7be952a94ab63a790662a10eee7b68e3d (patch)
tree901ea65cee8266c5ba3649ddf207dab7bc9278a5 /ShiftOS_TheReturn
parent472b658c22ba4b19bb49420d5b24d785c6e15655 (diff)
downloadshiftos_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.cs7
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")]