-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chocolatey GUI incorrectly reverts to list view after making a change in settings screen #830
Comments
@gep13 I also noticed this yesterday :-( |
@gep13 This happens also if I change any of the other settings e.g. like the outdated package duration time. |
@punker76 yip, I messed up 😢 I know where the issue is, and I have a local fix for it. Yip, this isn't only on the Show Console Output feature, this was just an example. |
When invoking the SettingsChanged event, we need to make sure to send the complete EffectiveAppConfiguration rather than the ones that are currently being edited. That way, the UI can correctly update (where required) with the actual settings that are currently in play.
When invoking the SettingsChanged event, we need to make sure to send the complete EffectiveAppConfiguration rather than the ones that are currently being edited. That way, the UI can correctly update (where required) with the actual settings that are currently in play.
🎉 This issue has been resolved in version 0.18.1 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Starting with Chocolatey GUI 0.18.0, the default is to show both local and remote sources using the Tile View. This works on application startup, and persists across closing and opening the application, however, if you modify another settings, i.e. toggling a feature on or off, when you return to the main screen, the Tile View will no longer be being used, and instead, it will have reverted to the List View.
Steps to reproduce
The text was updated successfully, but these errors were encountered: