mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Added support for the profiles and made creation/editing them more user friendly
This commit is contained in:
parent
a4855186c5
commit
fe9120bcb3
10 changed files with 289 additions and 80 deletions
|
@ -11,7 +11,7 @@ int main(int argc, char *argv[])
|
|||
// Now we make sure the current dir is set to application path
|
||||
QDir dir(QCoreApplication::applicationDirPath());
|
||||
|
||||
#if defined(Q_OS_MAC)
|
||||
#ifdef Q_OS_MAC
|
||||
if (dir.dirName() == "MacOS") {
|
||||
dir.cdUp();
|
||||
dir.cdUp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue