From b96a28dbc329d38ba64184b0eae023010d9c2be6 Mon Sep 17 00:00:00 2001 From: Keshav Bhatt Date: Thu, 23 Jun 2022 21:10:13 +0530 Subject: chore: add full view support closes #46 - an option in setting to allow toggle full view mode - remove unused webchannel module --- src/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 43b02f5..4c2c1b8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -129,6 +129,9 @@ private slots: void injectNewChatJavaScript(); void triggerNewChat(QString phone, QString text); void restoreMainWindow(); + void injectFullWidthJavaScript(); + void injectMutationObserver(); + void injectClassChangeObserver(); }; #endif // MAINWINDOW_H -- cgit v1.2.3