mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Do not set the organization name anymore
This prevents the data directory being created under my username, which is really weird.
This commit is contained in:
parent
d7398ce0fd
commit
c3b331cf7e
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@
|
|||
int main(int argc, char* argv[]) {
|
||||
QApplication app(argc, argv);
|
||||
|
||||
QCoreApplication::setOrganizationName("redstrate");
|
||||
QCoreApplication::setOrganizationDomain("redstrate.com");
|
||||
|
||||
#ifdef NDEBUG
|
||||
QCoreApplication::setApplicationName("astra");
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue