Resolve QCssParser::parseColorValue warning

This commit is contained in:
WarmUpTill 2024-08-24 15:59:29 +02:00 committed by WarmUpTill
parent 49bf1ad379
commit c1ac9bb890

View File

@ -143,7 +143,7 @@ void AdvSceneSwitcher::SetupRandomTab()
border-style: outset; \
border-width: 2px; \
border-radius: 7px; \
border-color: rgb(0,0,0,0) \
border-color: rgb(0,0,0) \
}");
if (switcher->switchIfNotMatching != NoMatchBehavior::RANDOM_SWITCH) {
if (!switcher->disableHints) {