mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 09:05:57 -05:00
Fix tooltip not being translated
This commit is contained in:
@@ -302,7 +302,8 @@ void TwitchCategorySearchButton::SetToken(
|
||||
setToolTip(obs_module_text(
|
||||
"AdvSceneSwitcher.action.twitch.categorySelectionDisabled"));
|
||||
} else {
|
||||
setToolTip("AdvSceneSwitcher.twitchCategories.manualSearch");
|
||||
setToolTip(obs_module_text(
|
||||
"AdvSceneSwitcher.twitchCategories.manualSearch"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user