Skip to content

Commit ad01766

Browse files
committed
config json fix
1 parent 34b9709 commit ad01766

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/studio/config.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,10 @@ static void saveOptions(Config* config)
242242
, "autosave":%s
243243
, "mapping":"%s"
244244
, "kbdlayout":%i
245-
#if defined(BUILD_EDITORS)
246245
, "keybindMode":%i
247246
, "tabMode":%i
248247
, "tabSize":%i
249248
, "autohideCursor":%s
250-
#endif
251249
})
252250
, bool2str(options->crt)
253251
, bool2str(options->fullscreen)

0 commit comments

Comments
 (0)