mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix tooltip not being translated
This commit is contained in:
parent
f5024621c0
commit
4f3bd699c8
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user