mirror of
https://github.com/frappe/books.git
synced 2024-12-22 19:09:01 +00:00
fix: changed the default value false from string to boolean in SystemSettings.json
This commit is contained in:
parent
7f805daa8e
commit
f1bf7760e1
@ -122,7 +122,7 @@
|
|||||||
"fieldname": "darkMode",
|
"fieldname": "darkMode",
|
||||||
"label": "Dark mode",
|
"label": "Dark mode",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"default": "false",
|
"default": false,
|
||||||
"description": "Sets the theme of the app.",
|
"description": "Sets the theme of the app.",
|
||||||
"section": "Theme"
|
"section": "Theme"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user