diff options
Diffstat (limited to 'ShiftOS_TheReturn/Skinning.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Skinning.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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")] |
