Qt: Add tooltips to Interface settings.

Tooltips itself are empty, just add the default checked value.
This commit is contained in:
lightningterror 2022-12-07 01:18:26 +01:00
parent 208812347f
commit 2c21dddea9
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ InterfaceSettingsWidget::InterfaceSettingsWidget(SettingsDialog* dialog, QWidget
dialog->registerWidgetHelp(
m_ui.discordPresence, tr("Enable Discord Presence"), tr("Unchecked"),
tr("Shows the game you are currently playing as part of your profile in Discord."));
dialog->registerWidgetHelp(m_ui.doubleClickTogglesFullscreen, tr("Double-Click Toggles Fullscreen"), tr("Unchecked"), tr(""));
dialog->registerWidgetHelp(m_ui.disableWindowResizing, tr("Disable Window Resizing"), tr("Unchecked"), tr(""));
// Not yet used, disable the options
m_ui.language->setDisabled(true);