mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
parent
951f08dd11
commit
e5d15e8dbc
5 changed files with 14 additions and 5 deletions
|
|
@ -242,6 +242,7 @@ void SettingsCache::setPriceTagFeature(int _priceTagFeature)
|
|||
{
|
||||
priceTagFeature = _priceTagFeature;
|
||||
settings->setValue("deckeditor/pricetags", priceTagFeature);
|
||||
emit priceTagFeatureChanged(priceTagFeature);
|
||||
}
|
||||
|
||||
void SettingsCache::setIgnoreUnregisteredUsers(bool _ignoreUnregisteredUsers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue