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:
parent
7f805daa8e
commit
f1bf7760e1
@ -122,7 +122,7 @@
|
||||
"fieldname": "darkMode",
|
||||
"label": "Dark mode",
|
||||
"fieldtype": "Check",
|
||||
"default": "false",
|
||||
"default": false,
|
||||
"description": "Sets the theme of the app.",
|
||||
"section": "Theme"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user