From 5c56652e871a435aa22a297d6d443e6f32cfdff0 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Fri, 22 Mar 2024 07:48:49 -0300 Subject: refactor toggle bar code. --- plugins/style/style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/style/style.h') diff --git a/plugins/style/style.h b/plugins/style/style.h index e2751ec..1faab7a 100644 --- a/plugins/style/style.h +++ b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 7274 + 1000 +#define STYLE_N 7624 + 1000 void read_style_js(char* string); -- cgit v1.2.3