Explorar o código

Default presentationOptions to 0

Tobias Hieta %!s(int64=8) %!d(string=hai) anos
pai
achega
7440cfa116
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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