Skip to content

Commit

Permalink
DlgPrefInterface: Update slotResetToDefaults for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 6, 2024
1 parent 9d38990 commit 8f10bac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/preferences/dialog/dlgprefinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,13 @@ void DlgPrefInterface::slotResetToDefaults() {
comboBoxScreensaver->setCurrentIndex(comboBoxScreensaver->findData(
static_cast<int>(mixxx::ScreenSaverPreference::PREVENT_ON)));

#ifdef Q_OS_IOS
// Tooltips off everywhere.
radioButtonTooltipsOff->setChecked(true);
#else
// Tooltips on everywhere.
radioButtonTooltipsLibraryAndSkin->setChecked(true);
#endif
}

void DlgPrefInterface::slotSetTooltips() {
Expand Down

0 comments on commit 8f10bac

Please sign in to comment.