feat: Next version
This commit is contained in:
parent
df5f470a9e
commit
6a53a0230b
7 changed files with 76 additions and 28 deletions
|
|
@ -24,7 +24,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
|||
FlutterWindow window(&run_loop, project);
|
||||
Win32Window::Point origin(10, 10);
|
||||
Win32Window::Size size(1280, 720);
|
||||
if (!window.CreateAndShow(L"Fluffychat", origin, size)) {
|
||||
if (!window.CreateAndShow(L"FluffyChat", origin, size)) {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
window.SetQuitOnClose(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue