fix(WindowTopBar): Allow unload before notify
This commit is contained in:
parent
e31925fab2
commit
413c2f5f74
@ -57,9 +57,9 @@ namespace big
|
|||||||
{
|
{
|
||||||
QUEUE_JOB_BEGIN_CLAUSE(&)
|
QUEUE_JOB_BEGIN_CLAUSE(&)
|
||||||
{
|
{
|
||||||
notify::above_map("Thanks for using Yim's Mod Menu");
|
|
||||||
|
|
||||||
g_running = false;
|
g_running = false;
|
||||||
|
|
||||||
|
notify::above_map("Thanks for using Yim's Mod Menu");
|
||||||
}QUEUE_JOB_END_CLAUSE
|
}QUEUE_JOB_END_CLAUSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user