


| The Following User Says Thank You to toki For This Useful Post: | ||


1 suggestion have an icon in the menu only to take a screenshot when needed is a bit "strange"... it will be nice to have a settings to move the app from the "icon grid" to somwhere else (exemple: under display settings or lockscreen's pulley-menu or something else)

void Screenshot::capture()
{
QString folder = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation);
if (_useSubfolder) {
folder.append("/Screenshots");
}
| The Following User Says Thank You to thedead1440 For This Useful Post: | ||
| The Following 2 Users Say Thank You to coderus For This Useful Post: | ||
void Screenshot::capture()
{
QString folder = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation);
if (_useSubfolder) {
folder.append("/Screenshots");
}