mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Don't need to use XDG_CURRENT_DESKTOP under OS X
This commit is contained in:
parent
f8862636f4
commit
6a83ca4088
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public:
|
|||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
#ifndef WIN32
|
||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
|
||||
// Workaround to default -style=gtk+ on recent Cinnamon versions
|
||||
char *currentDesktop = getenv("XDG_CURRENT_DESKTOP");
|
||||
if (currentDesktop)
|
||||
|
|
Loading…
Reference in a new issue