1
0

feat: allow disabling icon changes

This commit is contained in:
kolaente
2023-06-02 13:51:29 +02:00
parent 6f1ff02c04
commit efb3407b87
5 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,8 @@
// If enabled, allows the user to nest projects infinitely, instead of the default 2 levels.
// This setting might change in the future or be removed completely.
window.PROJECT_INFINITE_NESTING_ENABLED = false
// Allow changing the logo and other icons based on various occasions throughout the year.
window.ALLOW_ICON_CHANGES = true
</script>
</body>
</html>