Any way to change Save Image folder to something else? Maybe choose by myself? Great app and outstanding work as always.
void Screenshot::capture() { QString folder = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation); if (_useSubfolder) { folder.append("/Screenshots"); }