diff --git a/cockatrice/src/settings/debug_settings.cpp b/cockatrice/src/settings/debug_settings.cpp index 128f89b31..98e1a5077 100644 --- a/cockatrice/src/settings/debug_settings.cpp +++ b/cockatrice/src/settings/debug_settings.cpp @@ -7,5 +7,5 @@ DebugSettings::DebugSettings(const QString &settingPath, QObject *parent) bool DebugSettings::getShowCardId() { - return getValue("show", "cardId").toBool(); + return getValue("showCardId", "debug").toBool(); }