2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 02:49:03 +00:00

fix: changed the default value false from string to boolean in SystemSettings.json

This commit is contained in:
pu-raihan 2024-08-30 18:40:09 +05:30
parent 7f805daa8e
commit f1bf7760e1

View File

@ -122,7 +122,7 @@
"fieldname": "darkMode",
"label": "Dark mode",
"fieldtype": "Check",
"default": "false",
"default": false,
"description": "Sets the theme of the app.",
"section": "Theme"
}