diff options
author | 2022-06-23 21:10:13 +0530 | |
---|---|---|
committer | 2022-06-23 21:17:10 +0530 | |
commit | b96a28dbc329d38ba64184b0eae023010d9c2be6 (patch) | |
tree | 1c3981943ab1e3a2c541ac06c6f25feb08bfdac5 /src/mainwindow.h | |
parent | 26f5659b793eb574d48e6ffeee4506da98b3c39d (diff) | |
download | whatsie-b96a28dbc329d38ba64184b0eae023010d9c2be6.tar.gz whatsie-b96a28dbc329d38ba64184b0eae023010d9c2be6.zip |
chore: add full view support closes #46
- an option in setting to allow toggle full view mode
- remove unused webchannel module
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |