allow discord to go fullscreen

This commit is contained in:
Malte Jürgens
2022-07-27 14:13:59 +02:00
parent 99df18ef89
commit 77300ed178
3 changed files with 15 additions and 1 deletions

View File

@@ -21,4 +21,7 @@ private:
QWebEngineView *m_webView;
QWebEngineProfile *prepareProfile();
DiscordPage *m_discordPage;
private Q_SLOTS:
void fullScreenRequested(QWebEngineFullScreenRequest fullScreenRequest);
};