removed hwnd from json

This commit is contained in:
seraphima
2024-05-27 16:23:03 +02:00
parent 9f61f0793d
commit 2b71d97449
6 changed files with 0 additions and 12 deletions

View File

@@ -122,7 +122,6 @@ int main(int argc, char* argv[])
}
Project::Application app {
.hwnd = window,
.name = data.value().name,
.title = title,
.path = data.value().installPath,