Browse Source

meta: Enable Discord Presence by default

pull/3481/head
Caio Oliveira 6 days ago
parent
commit
fbb3c1311a
No known key found for this signature in database GPG Key ID: AAAE6C7FD4186B0C
  1. 4
      src/qt_common/config/uisettings.h

4
src/qt_common/config/uisettings.h

@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2016 Citra Emulator Project
@ -156,7 +156,7 @@ struct Values {
#endif
// Discord RPC
Setting<bool> enable_discord_presence{linkage, false, "enable_discord_presence", Category::Ui};
Setting<bool> enable_discord_presence{linkage, true, "enable_discord_presence", Category::Ui};
// logging
Setting<bool> show_console{linkage, false, "showConsole", Category::Ui};

Loading…
Cancel
Save