From cb6d9ac7d8d79218ebe573f16e82a003b366f1e4 Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Tue, 13 Dec 2022 11:16:26 -0300 Subject: [PATCH] now it should work? Signed-off-by: Victor Seiji Hariki --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 04c3a98..5426fc9 100644 --- a/js/index.js +++ b/js/index.js @@ -911,7 +911,7 @@ function loadSettings() { ); var _sync_cursor_size = Boolean( localStorage.getItem("sync_cursor_size") == (null || "true") - ? false + ? true : localStorage.getItem("sync_cursor_size") );