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 committed by OpenSauce
parent 4e7fa95751
commit ecb2e8ff35

View File

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