diff options
| author | Michael <[email protected]> | 2017-05-13 15:51:19 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-13 15:51:19 -0400 |
| commit | b1cace7807f28deff51f06665d544a4246879a82 (patch) | |
| tree | 4d5cc480d8af931e65052c40b04fbdd7f4290a5a /ShiftOS_TheReturn/ServerManager.cs | |
| parent | c0f0e99f9d2a092209e710107c1f061fc8a2eaca (diff) | |
| download | shiftos_thereturn-b1cace7807f28deff51f06665d544a4246879a82.tar.gz shiftos_thereturn-b1cace7807f28deff51f06665d544a4246879a82.tar.bz2 shiftos_thereturn-b1cace7807f28deff51f06665d544a4246879a82.zip | |
Newer notification system (PANEL ICONS :D)
Diffstat (limited to 'ShiftOS_TheReturn/ServerManager.cs')
| -rw-r--r-- | ShiftOS_TheReturn/ServerManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/ServerManager.cs b/ShiftOS_TheReturn/ServerManager.cs index 825064b..371d8e7 100644 --- a/ShiftOS_TheReturn/ServerManager.cs +++ b/ShiftOS_TheReturn/ServerManager.cs @@ -131,6 +131,7 @@ namespace ShiftOS.Engine { if (!UserDisconnect) { + Desktop.PushNotification("digital_society_connection", "Disconnected from Digital Society.", "The ShiftOS kernel has been disconnected from the Digital Society. We are attempting to re-connect you."); TerminalBackend.PrefixEnabled = true; ConsoleEx.ForegroundColor = ConsoleColor.Red; ConsoleEx.Bold = true; |
