summaryrefslogtreecommitdiff
path: root/src/qookie-cast-client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qookie-cast-client.cc')
-rw-r--r--src/qookie-cast-client.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qookie-cast-client.cc b/src/qookie-cast-client.cc
index 04e254d..e33edfd 100644
--- a/src/qookie-cast-client.cc
+++ b/src/qookie-cast-client.cc
@@ -77,6 +77,7 @@ void Server::readyRead()
auto webview = new WebView();
webview->setHtml(QString::fromUtf8(html));
+ webview->setReadOnly(true);
tabs.addTab(webview, QString::fromUtf8(title));
payload_size = -1;
// Store remainder (ie. skip, title_size, title and html)