mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-20 21:49:39 +01:00
removed hwnd from json
This commit is contained in:
@@ -202,7 +202,6 @@ namespace ProjectsEditor.Models
|
||||
{
|
||||
Applications.Add(new Application()
|
||||
{
|
||||
Hwnd = item.Hwnd,
|
||||
AppPath = item.AppPath,
|
||||
AppTitle = item.AppTitle,
|
||||
CommandLineArguments = item.CommandLineArguments,
|
||||
|
||||
Reference in New Issue
Block a user