Update release

This commit is contained in:
vczh
2025-09-02 09:30:33 -07:00
parent 3f0e43b724
commit 7bb1707ae3
15 changed files with 1436 additions and 326 deletions
+7
View File
@@ -1312,6 +1312,11 @@ WindowsForm
}
}
void SuggestMinClientSize(NativeSize size)override
{
// Ignored
}
WString GetTitle()override
{
return title;
@@ -1973,6 +1978,8 @@ WindowsController
PostQuitMessage(0);
}
}
asyncService.ExecuteAsyncTasks();
return skipDefaultProcedure;
}