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-11-10 18:16:49 +00:00
parent b148393c09
commit 1e777f425d
+1 -1
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();
}