seems I failed to save the file before closing merge
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
5cb3617907
commit
b1a42c4cd7
1 changed files with 0 additions and 4 deletions
|
@ -910,11 +910,7 @@ function loadSettings() {
|
|||
: localStorage.getItem("enable_hr")
|
||||
);
|
||||
var _sync_cursor_size = Boolean(
|
||||
<<<<<<< HEAD
|
||||
localStorage.getItem("sync_cursor_size") == (null || "true")
|
||||
=======
|
||||
localStorage.getItem("sync_cursor_size") == (null || "false")
|
||||
>>>>>>> zero/main
|
||||
? false
|
||||
: localStorage.getItem("sync_cursor_size")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue