Home
last modified time | relevance | path

Searched refs:mSaveToOutput (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/spectacle/spectacle-21.12.3/src/
H A DSpectacleCore.cpp155 mSaveToOutput = true; in onActivateRequested()
334 … if (mSaveToOutput || !mCopyImageToClipboard || (Settings::autoSaveImage() && !mSaveToOutput)) { in screenshotUpdated()
335 mSaveToOutput = Settings::autoSaveImage(); in screenshotUpdated()
447 if (mSaveToOutput || isBackgroundMode) { in doNotify()
H A DSpectacleCore.h86 bool mSaveToOutput; variable