Showing
1 changed file
with
1 additions
and
0 deletions
@@ -68,5 +68,6 @@ if not config.settings.tome.log_fade then config.settings.tome.log_fade = 3 end | @@ -68,5 +68,6 @@ if not config.settings.tome.log_fade then config.settings.tome.log_fade = 3 end | ||
68 | if not config.settings.tome.scroll_dist then config.settings.tome.scroll_dist = 50 end | 68 | if not config.settings.tome.scroll_dist then config.settings.tome.scroll_dist = 50 end |
69 | if not config.settings.tome.hotkey_icons_rows then config.settings.tome.hotkey_icons_rows = 1 end | 69 | if not config.settings.tome.hotkey_icons_rows then config.settings.tome.hotkey_icons_rows = 1 end |
70 | if not config.settings.tome.hotkey_icons_size then config.settings.tome.hotkey_icons_size = 48 end | 70 | if not config.settings.tome.hotkey_icons_size then config.settings.tome.hotkey_icons_size = 48 end |
71 | +if not config.settings.locale then config.settings.locale = "en_US" end | ||
71 | 72 | ||
72 | print("[TOME] Loaded default settings") | 73 | print("[TOME] Loaded default settings") |
-
Please register or login to post a comment