Change name of QS Cloud screen shots stored to disk after screenshot #606
Closed
mountaindude
started this conversation in
Ideas
Replies: 1 comment
-
Released as part of 3.7.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today file name is
${imgDir}/cloud/${appId}/thumbnail-${iSheetNum}-blurred.png
If copying a screenshot file there isn't any app ID in the file name (only in the path).
For QSEoW the app ID is included in the file name itself, make QS Cloud work the same way:
${imgDir}/cloud/${appId}/thumbnail-${appId}-${iSheetNum}-blurred.png
Beta Was this translation helpful? Give feedback.
All reactions