mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 07:29:58 +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
b148393c09
commit
1e777f425d
@ -15,7 +15,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…
x
Reference in New Issue
Block a user