mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-09 17:46:07 -05:00
keep wrong project domain for proper settings storage (#3560)
* update project domain * revert + comment/hint * better wording
This commit is contained in:
@@ -98,6 +98,8 @@ int main(int argc, char *argv[])
|
||||
app.addLibraryPath(app.applicationDirPath() + "/plugins");
|
||||
#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::setOrganizationDomain("cockatrice.de");
|
||||
QCoreApplication::setApplicationName("Cockatrice");
|
||||
|
||||
Reference in New Issue
Block a user