Skip to content

Commit

Permalink
Fixed broken file replacement naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaiser committed Apr 24, 2021
1 parent 7cb2c1b commit 6858918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/screenshot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void Screenshot::save()
}
}

name = name % " (" % QString::number(count % 1) % ")";
name = name % " (" % QString::number(count + 1) % ")";
}

if (mOptions.clipboard && !(mOptions.upload && mOptions.urlClipboard)) {
Expand Down

0 comments on commit 6858918

Please sign in to comment.