Skip to content

Commit 9cef96e

Browse files
author
Neurs
committed
🛠️ Remove close notification
1 parent 4998df7 commit 9cef96e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Yeeter.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ private static void QuitEvent(object? sender, EventArgs e)
4747
return;
4848
}
4949
}
50-
new ToastContentBuilder()
51-
.AddText("Tray Yeeter has stopped ╯︿╰")
52-
.Show();
53-
Environment.Exit(0);
50+
Application.Exit();
5451
}
5552

5653
private static void HotkeyEvent(int Id)

0 commit comments

Comments
 (0)