mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -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)
|
void SettingsCache::setPlayerBgPath(const QString &_playerBgPath)
|
||||||
{
|
{
|
||||||
playerBgPath = _playerBgPath;
|
playerBgPath = _playerBgPath;
|
||||||
settings->setValue("zonebg/player", playerBgPath);
|
settings->setValue("zonebg/playerarea", playerBgPath);
|
||||||
emit playerBgPathChanged();
|
emit playerBgPathChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue