mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
change group structure again
This commit is contained in:
parent
76c3aae7a5
commit
4b1e377c98
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ DebugSettings::DebugSettings(const QString &settingPath, QObject *parent)
|
||||||
|
|
||||||
bool DebugSettings::getShowCardId()
|
bool DebugSettings::getShowCardId()
|
||||||
{
|
{
|
||||||
return getValue("show", "cardId").toBool();
|
return getValue("showCardId", "debug").toBool();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue