mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-18 04:51:33 -07:00
Fix relative path for image download & settings
This commit is contained in:
parent
1e2d5b0693
commit
be7efa98cf
4 changed files with 33 additions and 13 deletions
|
|
@ -113,11 +113,11 @@ private:
|
|||
bool spectatorsNeedPassword;
|
||||
bool spectatorsCanTalk;
|
||||
bool spectatorsCanSeeEverything;
|
||||
int keepalive;
|
||||
QString getSettingsPath();
|
||||
int keepalive;
|
||||
void translateLegacySettings();
|
||||
public:
|
||||
SettingsCache();
|
||||
QString getSettingsPath();
|
||||
const QByteArray &getMainWindowGeometry() const { return mainWindowGeometry; }
|
||||
QString getLang() const { return lang; }
|
||||
QString getDeckPath() const { return deckPath; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue