flutter: windows: Change title to "Mill (N Men's Morris)"

This commit is contained in:
Calcitem 2021-05-13 22:13:50 +08:00
parent 366821adac
commit 2852dbf1f7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
FlutterWindow window(&run_loop, project);
Win32Window::Point origin(10, 10);
Win32Window::Size size(428, 926);
if (!window.CreateAndShow(L"Mill Game", origin, size)) {
if (!window.CreateAndShow(L"Mill (N Men's Morris)", origin, size)) {
return EXIT_FAILURE;
}
window.SetQuitOnClose(true);