discord queue upgrade

This commit is contained in:
slothdpal
2025-09-23 00:57:17 +03:00
parent 71f6d7830d
commit f458a2d5e5
3 changed files with 42 additions and 12 deletions

View File

@@ -267,6 +267,7 @@ namespace Process_Auto_Relaunch
/// <param name="e"></param>
private void Form1_FormClosing(object sender, FormClosingEventArgs e)
{
dwhHook.CancelProcessing();
Settings.Default.Save();
Status("Наблюдение отменено - приложение закрыто.", NotifyLevel.logAlways);
}