ChocolateyGUI
ChocolateyGUI copied to clipboard
Add option to skip AreYouSureUpdateAllMessage
Hello Chocolatey Team,
I’ve been using your software for a long time and really like it. However, recently I noticed that the GUI shows me an additional dialog when I’m trying to update all software. In 99% of my uses, that’s what I do with Chocolatey GUI (run it, let it refresh all packages, hit update all, done), so I kinda know what I’m doing (plays back Kimi Raikkonen radio message). I was wondering if you could add an option that would make it possible to skip the “Are you sure” dialog?
Cheers & have a great day
System Details
OS Build: 10.0.19044 Windows PowerShell version: 5.1 Chocolatey version: 0.12.1
@65wat in the 0.20.0 release of Chocolatey GUI, we added confirmation dialogs to a few places, where the operation was potentially destructive, or where it is known that the operation could take a long time to complete:
- https://github.com/chocolatey/ChocolateyGUI/issues/786
- https://github.com/chocolatey/ChocolateyGUI/issues/827
- https://github.com/chocolatey/ChocolateyGUI/issues/828
Based on your feedback here, it seems like we need a feature, similar to Chocolatey's own allowGlobalConfirmation
feature, which if enabled (it would be off by default) would by pass these checks.
I think this makes sense, and we could look to get this added in a future release.
:tada: This issue has been resolved in version 1.1.0 :tada:
The release is available on:
Your GitReleaseManager bot :package::rocket: