aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Installer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Applications/Installer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Installer.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Installer.cs b/ShiftOS.WinForms/Applications/Installer.cs
index 1b5521e..2193f8a 100644
--- a/ShiftOS.WinForms/Applications/Installer.cs
+++ b/ShiftOS.WinForms/Applications/Installer.cs
@@ -11,6 +11,11 @@ using ShiftOS.Engine;
namespace ShiftOS.WinForms.Applications
{
+ [WinOpen("installer")]
+ [RequiresUpgrade("installer")]
+ [MultiplayerOnly]
+ [DefaultTitle("Installer")]
+ [Launcher("Installer", true, "al_installer", "Utilities")]
public partial class Installer : UserControl, IShiftOSWindow
{
public Installer()