Enable ScreenCaptureEnabled only for QtWE 5.13.2+

Similar to:
a733fa9fd0

Maybe we should also take the same approach and reject instead of
disabling the feature.

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
remotes/origin/Falkon/3.2
Juraj Oravec 5 years ago
parent f7b372098e
commit 64f85f5e89
No known key found for this signature in database
GPG Key ID: 13660A3F1D9F093B
  1. 3
      src/lib/preferences/preferences.cpp

@ -123,6 +123,9 @@ Preferences::Preferences(BrowserWindow* window)
#if QTWEBENGINEWIDGETS_VERSION < QT_VERSION_CHECK(5, 13, 0)
ui->intPDFViewer->setVisible(false);
#endif
#if QTWEBENGINEWIDGETS_VERSION < QT_VERSION_CHECK(5, 13, 2)
ui->screenCaptureEnabled->setVisible(false);
#endif

Loading…
Cancel
Save