newlooper / VirtualSpace

A Virtual Desktop Enhancement GUI Program For Win10 & Win11
GNU General Public License v3.0
182 stars 12 forks source link

Pin Window vs Pin App of Window options are reversed, wreaking havoc. #95

Closed mdear closed 11 months ago

mdear commented 11 months ago

You appear to have some reversed logic.

When I enter a rule and check the "Pin Application of Window" option and uncheck the "Pin Window" option, I would expect in the profile Default.rules file the following encoding to be present:

"Action": {
  ...
  "PinWindow": false,
  "PinApp": true,
  ...
}

However, the reverse appears to be true. Please fix this and double check other checkboxes to ensure they behave as expected.

I use the "Pin Application of Window" option only very sparingly as if overused it can seriously clutter the Main View.

image

newlooper commented 11 months ago

fixed in new version.