mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04: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
b148393c09
commit
1e777f425d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue