MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / ShowToken

Method ShowToken

plugins/twitch/token.cpp:683–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681}
682
683void TwitchTokenSettingsDialog::ShowToken()
684{
685 SetButtonIcon(_showToken, GetThemeTypeName() == "Light"
686 ? ":res/images/visible.svg"
687 : "theme:Dark/visible.svg");
688 _currentTokenValue->setEchoMode(QLineEdit::Normal);
689}
690
691void TwitchTokenSettingsDialog::HideToken()
692{

Callers

nothing calls this directly

Calls 2

SetButtonIconFunction · 0.50
GetThemeTypeNameFunction · 0.50

Tested by

no test coverage detected