| 681 | } |
| 682 | |
| 683 | void 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 | |
| 691 | void TwitchTokenSettingsDialog::HideToken() |
| 692 | { |
nothing calls this directly
no test coverage detected