keep wrong project domain for proper settings storage (#3560)
* update project domain * revert + comment/hint * better wording
This commit is contained in:
parent
a719e3b306
commit
a7d485d6f5
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ int main(int argc, char *argv[])
|
||||||
app.addLibraryPath(app.applicationDirPath() + "/plugins");
|
app.addLibraryPath(app.applicationDirPath() + "/plugins");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// These values are only used by the settings loader/saver
|
||||||
|
// Wrong or outdated values are kept to not break things
|
||||||
QCoreApplication::setOrganizationName("Cockatrice");
|
QCoreApplication::setOrganizationName("Cockatrice");
|
||||||
QCoreApplication::setOrganizationDomain("cockatrice.de");
|
QCoreApplication::setOrganizationDomain("cockatrice.de");
|
||||||
QCoreApplication::setApplicationName("Cockatrice");
|
QCoreApplication::setApplicationName("Cockatrice");
|
||||||
|
|
Loading…
Reference in a new issue