Link Syncthing Tray against Qt WebEngine

This commit is contained in:
Martchus 2018-12-09 14:15:51 +01:00
parent f8eb4ad091
commit 00ac9d9943
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# by setting SYNCTHING_TEST_TIMEOUT_FACTOR
# set the web view provider: either webkit, webengine, auto or none
_webview_provider=${SYNCTHING_TRAY_WEBVIEW_PROVIDER:-webkit}
_webview_provider=${SYNCTHING_TRAY_WEBVIEW_PROVIDER:-webengine}
# set the JavaScript provider: either script, qml, auto or none
_js_provider=${SYNCTHING_TRAY_JS_PROVIDER:-qml}

View File

@ -7,7 +7,7 @@
# by setting SYNCTHING_TEST_TIMEOUT_FACTOR
# set the web view provider: either webkit, webengine, auto or none
_webview_provider=${SYNCTHING_TRAY_WEBVIEW_PROVIDER:-webkit}
_webview_provider=${SYNCTHING_TRAY_WEBVIEW_PROVIDER:-webengine}
# set the JavaScript provider: either script, qml, auto or none
_js_provider=${SYNCTHING_TRAY_JS_PROVIDER:-qml}