Ver Fonte

Default presentationOptions to 0

Tobias Hieta há 8 anos atrás
pai
commit
7440cfa116
1 ficheiros alterados com 1 adições e 1 exclusões
  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