diff --git a/ShiftOS.WinForms/Applications/Snakey.cs b/ShiftOS.WinForms/Applications/Snakey.cs index 0c704d5..789a5b7 100644 --- a/ShiftOS.WinForms/Applications/Snakey.cs +++ b/ShiftOS.WinForms/Applications/Snakey.cs @@ -34,7 +34,7 @@ namespace ShiftOS.WinForms.Applications public bool OnUnload() { - throw new NotImplementedException(); + return true; } public void OnUpgrade()