Fixed error in settings file, Time and date need %% instead of just a single %.

This commit is contained in:
Storm Dragon 2025-06-08 18:04:06 -04:00
parent 5cc719a6f3
commit 91c97dd1dd

View File

@ -143,8 +143,8 @@ emoticons=True
# define the current Fenrir key
fenrirKeys=KEY_KP0,KEY_META,KEY_INSERT
scriptKeys=KEY_COMPOSE
timeFormat=%H:%M:%P
dateFormat=%A, %B %d, %Y
timeFormat=%%I:%%M%%P
dateFormat=%%A, %%B %%d, %%Y
autoSpellCheck=True
spellCheckLanguage=en_US
# path for your scripts "scriptKeys" functionality