show userstyles status on the bottom of the page

This commit is contained in:
Malte Jürgens
2023-02-17 16:20:29 +01:00
parent 63180f5d53
commit 3119e1df19
10 changed files with 134 additions and 68 deletions

View File

@@ -13,6 +13,7 @@ class DiscordPage : public QWebEnginePage {
public:
explicit DiscordPage(QWidget *parent = nullptr);
UserScript *userScript();
private:
UserScript m_userScript;