mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01: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
@ -16,7 +16,7 @@ ConfigureWeb::ConfigureWeb(QWidget* parent)
|
|||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
#ifndef USE_DISCORD_PRESENCE
|
#ifndef USE_DISCORD_PRESENCE
|
||||||
ui->discord_group->setVisible(false);
|
ui->discord_group->setEnabled(false);
|
||||||
#endif
|
#endif
|
||||||
SetConfiguration();
|
SetConfiguration();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user