Discord presence is now greyed out instead of invisble when unavailable to avoid the tab being potentially empty

This commit is contained in:
OpenSauce04 2024-04-03 21:53:04 +01:00
parent b148393c09
commit 1e777f425d

View File

@ -15,7 +15,7 @@ ConfigureWeb::ConfigureWeb(QWidget* parent)
ui->setupUi(this);
#ifndef USE_DISCORD_PRESENCE
ui->discord_group->setVisible(false);
ui->discord_group->setEnabled(false);
#endif
SetConfiguration();
}