mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Add tooltip to regex configure widget
This commit is contained in:
parent
884fb1b637
commit
1304ac7336
|
|
@ -1053,6 +1053,7 @@ AdvSceneSwitcher.connection.status.connected="Connected, but not authenticated"
|
|||
AdvSceneSwitcher.connection.status.authenticated="Connected and authenticated"
|
||||
|
||||
AdvSceneSwitcher.regex.enable="Enable regular expressions"
|
||||
AdvSceneSwitcher.regex.configure="Configure regular expression settings"
|
||||
AdvSceneSwitcher.regex.partialMatch="Allow partial match"
|
||||
AdvSceneSwitcher.regex.caseInsensitive="Match case insensitive"
|
||||
AdvSceneSwitcher.regex.dotMatchNewline=". matches newlines"
|
||||
|
|
|
|||
|
|
@ -66,6 +66,8 @@ RegexConfigWidget::RegexConfigWidget(QWidget *parent, bool showEnable)
|
|||
_openSettings->setMaximumWidth(22);
|
||||
SetButtonIcon(_openSettings, ":/settings/images/settings/general.svg");
|
||||
_openSettings->setFlat(true);
|
||||
_openSettings->setToolTip(
|
||||
obs_module_text("AdvSceneSwitcher.regex.configure"));
|
||||
|
||||
_enable->setToolTip(obs_module_text("AdvSceneSwitcher.regex.enable"));
|
||||
_enable->setMaximumWidth(22);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user