From 28a087d2d4961fd80d827df968de0f6f63da07eb Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 4 Feb 2017 11:14:39 -0500 Subject: Add name changer backend You can use the DefaultTitleAttribute on an IShiftOSWindow to specify a default title for the window and name changer entry. --- ShiftOS.Server/Program.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShiftOS.Server') diff --git a/ShiftOS.Server/Program.cs b/ShiftOS.Server/Program.cs index 3ad8035..9399859 100644 --- a/ShiftOS.Server/Program.cs +++ b/ShiftOS.Server/Program.cs @@ -429,8 +429,10 @@ Contents: bool legionExists = false; foreach (var legion in legions) + { if (legion.ShortName == l.ShortName) legionExists = true; + } if (legionExists == false) { -- cgit v1.2.3