now it should work?

Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
Victor Seiji Hariki 2022-12-13 11:16:26 -03:00
parent b1a42c4cd7
commit cb6d9ac7d8

View file

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