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") );