Add option "has changed" to video tab (#168)

This commit is contained in:
WarmUpTill
2021-04-22 11:51:35 -07:00
committed by GitHub
parent e4bf5fa749
commit 45fa4dac8f
4 changed files with 22 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ enum class videoSwitchType {
MATCH,
DIFFER,
HAS_NOT_CHANGED,
HAS_CHANGED,
};
class AdvSSScreenshotObj {