change group structure again

This commit is contained in:
RickyRister 2025-01-01 19:43:15 -08:00
parent 76c3aae7a5
commit 4b1e377c98

View file

@ -7,5 +7,5 @@ DebugSettings::DebugSettings(const QString &settingPath, QObject *parent)
bool DebugSettings::getShowCardId()
{
return getValue("show", "cardId").toBool();
return getValue("showCardId", "debug").toBool();
}