scrubbbbs
scrubbbbs
Maybe could be a template, but this doesn't help with the misspelling string keys issue. ```c++ struct App { Setting showMenuBar{"showMenuBar",true}; Setting showStatusBar{"showStatusBar",false}; } app; ``` We could overload the...
Sometimes the saved image is corrupted, sometimes not. There are several early returns in `saveWindowsIcon()` that will leave buffer partially written. Note that sizes above 256x256 are not loaded by...
I would reconsider buying a UPS, you are highly likely to damage equipment or lose data continuing this way. There is no noise unless they are recharging or the power...
> copying metadata from image sucks, since text is presented nicely with line breaks, but once you try to copy it as you would anywhere else, its just one long...
Thanks for clarifying. I think this could be solved by using a text area widget when double-clicking instead of the line edit. The slideshow animation can be disabled in settings/display/slideshow.
The difference between default mode and high quality mode: - default mode only uses exif thumb, otherwise scales full image to 400px - hq mode uses exif thumb if bigger...
> It will work. But the user expect **to better**. Also need to mention Space doesn't work with Explorer Pane focused. This works now. I think it is reasonable to...
Confirmed 3.19
Related #1223
make.py is for the Windows/Visual Studio build automation.