cmake-gui: Add 'Reload Presets' button, replacing reload timer Previously the presets handler in the GUI was on a timer. Because of this, error messages got suppressed after the first one (even if the error message is different from the one originally suppressed). Add a "reload presets" button which forces the preset to reload, and always provides an error message if the reload failed. Fixes: #26707