mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
add debug settings; option to show cardIds
This commit is contained in:
parent
8c0093d453
commit
b650a359d2
7 changed files with 43 additions and 2 deletions
10
cockatrice/src/settings/debug_settings.cpp
Normal file
10
cockatrice/src/settings/debug_settings.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include "debug_settings.h"
|
||||
|
||||
DebugSettings::DebugSettings(QString settingPath, QObject *parent) : SettingsManager(settingPath + "debug.ini", parent)
|
||||
{
|
||||
}
|
||||
|
||||
bool DebugSettings::getShowCardId()
|
||||
{
|
||||
return getValue("show", "cardId").toBool();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue