mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-08 11:24:46 -08:00
settings dialog bug fix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user