Skip to content
Snippets Groups Projects
Commit 4aeba61c authored by echicken's avatar echicken :chicken:
Browse files

Add default settings for default-enabled things.

parent 3c2f025f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -49,6 +49,9 @@ var defaults = {
},
darkmode_allow: { default: true },
darkmode_on: { default: false },
ftelnet: { default: true },
vote_functions: { default: true },
xtrn_blacklist: { default: 'scfg' },
};
if (settings.darkmode_off) settings.darkmode_allow = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment