diff --git a/cockatrice/src/settingscache.cpp b/cockatrice/src/settingscache.cpp index 604766cd5..3023d911d 100644 --- a/cockatrice/src/settingscache.cpp +++ b/cockatrice/src/settingscache.cpp @@ -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(); }