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

@@ -202,7 +202,6 @@ namespace ProjectsEditor.Models
{
Applications.Add(new Application()
{
Hwnd = item.Hwnd,
AppPath = item.AppPath,
AppTitle = item.AppTitle,
CommandLineArguments = item.CommandLineArguments,