diff options
| author | Michael <[email protected]> | 2017-02-04 11:14:39 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-04 11:14:39 -0500 |
| commit | 28a087d2d4961fd80d827df968de0f6f63da07eb (patch) | |
| tree | a58ef9c8fd9d462c77226d05222bcf81859e9652 /ShiftOS_TheReturn/Skinning.cs | |
| parent | 9aa2c1f03bc09435ba46c760383113ba4f1cabd0 (diff) | |
| download | shiftos_thereturn-28a087d2d4961fd80d827df968de0f6f63da07eb.tar.gz shiftos_thereturn-28a087d2d4961fd80d827df968de0f6f63da07eb.tar.bz2 shiftos_thereturn-28a087d2d4961fd80d827df968de0f6f63da07eb.zip | |
Add name changer backend
You can use the DefaultTitleAttribute on an IShiftOSWindow to specify a
default title for the window and name changer entry.
Diffstat (limited to 'ShiftOS_TheReturn/Skinning.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Skinning.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs index 80945b8..b3dddd3 100644 --- a/ShiftOS_TheReturn/Skinning.cs +++ b/ShiftOS_TheReturn/Skinning.cs @@ -137,6 +137,9 @@ namespace ShiftOS.Engine { return JsonConvert.SerializeObject(this, Formatting.Indented); } + [ShifterHidden] + public Dictionary<string, string> AppNames = new Dictionary<string, string>(); + [ShifterMeta("Windows")] [ShifterCategory("Titlebar")] [RequiresUpgrade("shift_title_text")] |
