commit 12edf8c
hovercats
·
2026-04-17 10:25:14 +0000 UTC
parent c19d80b
hevel: disable zooming
1 files changed,
+1,
-1
+1,
-1
1@@ -27,7 +27,7 @@ static const int scrollpx = 64;
2 static const int scrollease = 4;
3 static const int scrollcap = 64;
4 static const bool scroll_drag_mode = true;
5-static const bool enable_zoom = true;
6+static const bool enable_zoom = false;
7 #define FOCUS_CENTER true
8 #define JUMP
9 #endif