mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Do not force to show the webview on construct
Should fix #458 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
93c6576bcb
commit
34d964fc80
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ WebView::WebView(QWidget *parent)
|
|||
|
||||
_webview->setPage(_page);
|
||||
_ui.verticalLayout->addWidget(_webview);
|
||||
_webview->show();
|
||||
|
||||
connect(_webview, &QWebEngineView::loadProgress, _ui.progressBar, &QProgressBar::setValue);
|
||||
connect(_schemeHandler, &WebViewPageUrlSchemeHandler::urlCatched, this, &WebView::urlCatched);
|
||||
|
|
Loading…
Reference in a new issue