mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-25 16:42:39 -06:00
Discord presence is now greyed out instead of invisble when unavailable to avoid the tab being potentially empty
This commit is contained in:
parent
4e7fa95751
commit
ecb2e8ff35
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue