From 3e057a6365ba6793531ba2930aa53453ee3f0d8e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 28 Nov 2025 22:28:17 +0000 Subject: Fix sst_mouse_factor always being hidden Kind of unpleasant and probably something to revisit at some point to see if there's a more straightforward approach we can come up with. --- src/sst.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sst.c') diff --git a/src/sst.c b/src/sst.c index 6a0d810..8bdb56c 100644 --- a/src/sst.c +++ b/src/sst.c @@ -270,6 +270,7 @@ static bool already_loaded = false, skip_unload = false; // auto-update message. see below in do_featureinit() static const char *updatenotes = "\ +* Fix sst_mouse_factor being hidden, causing toggle binds to break\n\ "; enum { // used in generated code, must line up with featmsgs arrays below -- cgit v1.2.3-54-g00ecf