feat: add tooltip for rename on double-click setting (#6184)
This commit is contained in:
@@ -1369,8 +1369,11 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
"Enable experimental Twitch EventSub support (requires restart)",
|
||||
s.enableExperimentalEventSub);
|
||||
|
||||
layout.addCheckbox("Disable renaming of tabs on double-click",
|
||||
s.disableTabRenamingOnClick);
|
||||
SettingWidget::checkbox("Disable renaming of tabs on double-click",
|
||||
s.disableTabRenamingOnClick)
|
||||
->setTooltip("Prevents the rename dialog from opening when a "
|
||||
"tab is double-clicked")
|
||||
->addTo(layout);
|
||||
|
||||
layout.addStretch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user