From e7731fb58a232da141cee1e887c86a06e2ff4792 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 2 Feb 2017 21:57:47 -0500 Subject: First ever VB mod... it isn't going well. --- ShiftOS_TheReturn/Skinning.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ShiftOS_TheReturn/Skinning.cs') diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs index 5f5c402..80945b8 100644 --- a/ShiftOS_TheReturn/Skinning.cs +++ b/ShiftOS_TheReturn/Skinning.cs @@ -132,6 +132,11 @@ namespace ShiftOS.Engine { //Todo: When making Shifter GUI we need to label all these with proper Shifter attributes to get 'em displaying in the right places. + public override string ToString() + { + return JsonConvert.SerializeObject(this, Formatting.Indented); + } + [ShifterMeta("Windows")] [ShifterCategory("Titlebar")] [RequiresUpgrade("shift_title_text")] -- cgit v1.2.3