diff options
| author | Michael <[email protected]> | 2017-08-05 22:57:40 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-08-05 22:57:40 -0400 |
| commit | 97a5a97370bc8f4d721791457d551c6bd2b0b67c (patch) | |
| tree | cf4bcc05af8f6153fd35fcd2e6a2f6e21945b27a /ShiftOS_TheReturn | |
| parent | f4d11fcdad5fdfc7c25cf3c6f96516b2330dca1c (diff) | |
| download | shiftos_thereturn-97a5a97370bc8f4d721791457d551c6bd2b0b67c.tar.gz shiftos_thereturn-97a5a97370bc8f4d721791457d551c6bd2b0b67c.tar.bz2 shiftos_thereturn-97a5a97370bc8f4d721791457d551c6bd2b0b67c.zip | |
skin loader and ui tint
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/AppLauncherDaemon.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/AppLauncherDaemon.cs b/ShiftOS_TheReturn/AppLauncherDaemon.cs index 2d21a8c..8793cde 100644 --- a/ShiftOS_TheReturn/AppLauncherDaemon.cs +++ b/ShiftOS_TheReturn/AppLauncherDaemon.cs @@ -101,7 +101,7 @@ namespace ShiftOS.Engine /// <summary> /// Display data including icons, names, and the category of the item. /// </summary> - public LauncherAttribute DisplayData { get; internal set; } + public LauncherAttribute DisplayData { get; set; } /// <summary> /// A .NET <see cref="Type"/> that is associated with this item. /// </summary> |
