Remove Achievements/Leaderboards/RP Enabled settings

The RetroAchievements client object now handles these three settings as a singular "spectator" mode that will be added in a future commit.
This commit is contained in:
LillyJadeKatrin
2024-04-03 15:18:27 -04:00
parent 3bf5b8e610
commit 9a40ec06b5
6 changed files with 5 additions and 75 deletions

View File

@ -127,8 +127,7 @@ void AchievementHeaderWidget::UpdateData()
m_game_progress->setVisible(true);
m_game_progress->setValue(game_summary.num_unlocked_achievements);
m_rich_presence->setText(QString::fromUtf8(instance.GetRichPresence().data()));
if (!m_rich_presence->isVisible())
m_rich_presence->setVisible(Config::Get(Config::RA_RICH_PRESENCE_ENABLED));
m_rich_presence->setVisible(true);
}
else
{