86Box/86BoxManager

Opening the settings for the first time in a clean environment triggers save confirmation when it shouldn't

daviunic opened this issue · 2 comments

  1. Make sure there's no registry entries yet
  2. Run the Manager
  3. Open the Settings dialog
  4. Try to close with X or Cancel

Manager will ask if you wish to save the settings before closing, even though you didn't change anything yet. Toggling an option on and off makes the prompt go away.

It's probably a missing check for some setting's change that triggers it when settings are loaded on startup and UI controls get set to the loaded values.

Confirmed in 1.5.1, txtLaunchTimeout was checked for changes before its value was set to LaunchTimeout, causing the check to fail. Will be fixed in 1.5.2.

Fixed in version 1.5.2.