mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-14 14:07:35 -08:00
Add slash
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
QString SettingsCache::getSettingsPath()
|
||||
{
|
||||
QString file = qApp->applicationDirPath() + "settings/";
|
||||
QString file = qApp->applicationDirPath() + "/settings/";
|
||||
|
||||
#ifndef PORTABLE_BUILD
|
||||
#if QT_VERSION >= 0x050000
|
||||
|
||||
Reference in New Issue
Block a user