diff options
-rw-r--r-- | fc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ UUID = 54160765-29bb-4780-adbe-adacac09abd9 ### For example the last modified date of this file. ### This number must be less than 2^32. ### Just make your table version-able -SERIAL_NUMBER = 20231123 +SERIAL_NUMBER = 202311231 ### ICON can be any format as long as your pygtk can recognized ### the most widely ones are "png" and "svg", letter one is recommended @@ -70,7 +70,7 @@ AUTO_COMMIT = FALSE AUTO_SELECT = FALSE ### Use full width punctuation by default ### Use full width punctuation by default -DEF_FULL_WIDTH_PUNCT = TRUE +DEF_FULL_WIDTH_PUNCT = FALSE ### Not use full width letter by default DEF_FULL_WIDTH_LETTER = FALSE |