From: Flavio Tordini Date: Wed, 29 Jul 2009 10:50:32 +0000 (+0200) Subject: Hides Youtube action when in fullscreen X-Git-Tag: 0.5~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c98663f13e4de2dbc3df4ae7df66b0bfd46040c2;p=minitube Hides Youtube action when in fullscreen --- diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 3123eda..34b73fc 100755 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -506,6 +506,8 @@ void MainWindow::fullscreen() { // No compact view action when in full screen compactViewAct->setVisible(m_fullscreen); + // Also no Youtube action since it opens a new window + webPageAct->setVisible(m_fullscreen); // Hide anything but the video mediaView->setPlaylistVisible(m_fullscreen);