Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@nbusseneau nbusseneau released this 02 Aug 20:41
  • Fix System (Enhanced) DPI scaling being loaded as System DPI scaling + GDIDPISCALING additional flag.
  • Fix a very cumbersome bug where values saved to registry weren't the ones displayed in the app.

To be specific, this was only happening in the following scenario:

  • Unchecking a combobox-checkbox on application 1 loaded from the registry.
  • Switching to application 2.
  • Setting a value on the same combobox-checkbox (but not the same value as the initial value set in application 1).
  • Switching back to application 1.
  • Rechecking the combobox-checkbox without modifying its value.
  • And THEN saving.
    🤷‍♂️