diff options
| author | Michael <[email protected]> | 2017-02-02 21:57:47 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 21:57:47 -0500 |
| commit | e7731fb58a232da141cee1e887c86a06e2ff4792 (patch) | |
| tree | dfebf518bb10485f78317484023efce9db21d891 /ShiftOS_TheReturn/Skinning.cs | |
| parent | 487deee243c7b1994f049c3d190e1e0971973bca (diff) | |
| download | shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.tar.gz shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.tar.bz2 shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.zip | |
First ever VB mod... it isn't going well.
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")] |
