mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-18 23:28:33 -05:00
Rename variable
This commit is contained in:
@@ -72,7 +72,7 @@ void TwitchPointsRewardSelection::PopulateSelection()
|
||||
{
|
||||
auto token = _token.lock();
|
||||
|
||||
if (!token || !token->AnyOptionIsEnabled(SUPPORTED_TOKEN_OPTIONS)) {
|
||||
if (!token || !token->AnyOptionIsEnabled(_supportedTokenOptions)) {
|
||||
DisplayErrorMessage(obs_module_text(
|
||||
"AdvSceneSwitcher.twitch.selection.points.reward.tooltip.noPermission"));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user