Merge pull request #35216 from frappe/auto-theme-default

chore: make theme auto by default
This commit is contained in:
Ejaaz Khan 2025-12-13 13:59:25 +05:30 committed by GitHub
commit 6d21526af0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -636,7 +636,7 @@
"fieldname": "desk_theme",
"fieldtype": "Select",
"label": "Desk Theme",
"options": "Light\nDark\nAutomatic"
"options": "Automatic\nLight\nDark"
},
{
"fieldname": "module_profile",
@ -903,7 +903,7 @@
}
],
"make_attachments_public": 1,
"modified": "2025-11-07 17:18:37.858564",
"modified": "2025-12-13 12:53:46.486021",
"modified_by": "Administrator",
"module": "Core",
"name": "User",

View file

@ -83,7 +83,7 @@ class User(Document):
default_app: DF.Literal[None]
default_workspace: DF.Link | None
defaults: DF.Table[DefaultValue]
desk_theme: DF.Literal["Light", "Dark", "Automatic"]
desk_theme: DF.Literal["Automatic", "Light", "Dark"]
document_follow_frequency: DF.Literal["Hourly", "Daily", "Weekly"]
document_follow_notify: DF.Check
email: DF.Data