mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
settings dialog bug fix
This commit is contained in:
parent
ec602aefe1
commit
8bd8b6218e
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ void SettingsCache::setTableBgPath(const QString &_tableBgPath)
|
|||
void SettingsCache::setPlayerBgPath(const QString &_playerBgPath)
|
||||
{
|
||||
playerBgPath = _playerBgPath;
|
||||
settings->setValue("zonebg/player", playerBgPath);
|
||||
settings->setValue("zonebg/playerarea", playerBgPath);
|
||||
emit playerBgPathChanged();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue