Browse Source

Default presentationOptions to 0

Tobias Hieta 8 years ago
parent
commit
7440cfa116
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ui/KonvergoWindow.cpp

+ 1 - 1
src/ui/KonvergoWindow.cpp

@@ -79,7 +79,7 @@ KonvergoWindow::KonvergoWindow(QWindow* parent) :
           this, &KonvergoWindow::showUpdateDialog);
 
 #ifdef Q_OS_MAC
-  m_osxPresentationOptions = OSXUtils::GetPresentationOptions();
+  m_osxPresentationOptions = 0;
 #endif
 
 #ifdef KONVERGO_OPENELEC