Commit 8bd8b621 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

settings dialog bug fix

parent ec602aef
......@@ -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();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment