mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
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>
This commit is contained in:
parent
f7b372098e
commit
64f85f5e89
|
@ -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…
Reference in New Issue
Block a user