diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-05-14 22:01:52 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-05-14 22:01:52 +0200 |
commit | e838131b9eacfa68f3e8cf79c81228aec64849da (patch) | |
tree | 2d2766f3e248d703d33045a6dcdc48a1514d3a8a | |
parent | e132cff4df6e08c54b185af87dd547072b0a8f9a (diff) |
Fix dumb but
-rw-r--r-- | settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.js b/settings.js index 5584911..51b743d 100644 --- a/settings.js +++ b/settings.js @@ -7,6 +7,7 @@ function set_settings() change_theme(); remove_titles(); remove_text(); + set_mod_message(); } /* Initialize the settings page by flipping the switches and such */ |