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

Method HideToken

plugins/twitch/token.cpp:691–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691void TwitchTokenSettingsDialog::HideToken()
692{
693 SetButtonIcon(_showToken, ":res/images/invisible.svg");
694 _currentTokenValue->setEchoMode(QLineEdit::PasswordEchoOnEdit);
695}
696
697void TwitchTokenSettingsDialog::TokenOptionChanged(int)
698{

Callers

nothing calls this directly

Calls 1

SetButtonIconFunction · 0.50

Tested by

no test coverage detected