mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-10 10:35:59 -05:00
Fix UI theming issues
This commit is contained in:
@@ -560,7 +560,9 @@ void TwitchTokenSettingsDialog::CheckIfTokenValid()
|
||||
|
||||
void TwitchTokenSettingsDialog::ShowToken()
|
||||
{
|
||||
SetButtonIcon(_showToken, ":res/images/visible.svg");
|
||||
SetButtonIcon(_showToken, GetThemeTypeName() == "Light"
|
||||
? ":res/images/visible.svg"
|
||||
: "theme:Dark/visible.svg");
|
||||
_currentTokenValue->setEchoMode(QLineEdit::Normal);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user