From 0eb7ea05aa2eaeb451b713efa901eb7597c99b51 Mon Sep 17 00:00:00 2001 From: Keshav Bhatt Date: Thu, 26 Jan 2023 21:47:14 +0530 Subject: fix: prevent zoom with ctrl+mouse - set zoomfactor using settings --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 970458b..98dbf8b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -135,6 +135,7 @@ private slots: void injectFullWidthJavaScript(); void injectMutationObserver(); void injectClassChangeObserver(); + void injectPreventScrollWheelZoomHelper(); }; #endif // MAINWINDOW_H -- cgit v1.2.3