fix(WindowTopBar): Allow unload before notify

This commit is contained in:
Yimura 2021-05-20 18:28:15 +02:00
parent e31925fab2
commit 413c2f5f74
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -57,9 +57,9 @@ namespace big
{
QUEUE_JOB_BEGIN_CLAUSE(&)
{
notify::above_map("Thanks for using Yim's Mod Menu");
g_running = false;
notify::above_map("Thanks for using Yim's Mod Menu");
}QUEUE_JOB_END_CLAUSE
}