diff options
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> |
