mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 01:41:39 +02:00
✨ On user settings, hide the theme selector as long as we only have one theme
This commit is contained in:
parent
bd359f42f5
commit
5f580f10ca
2 changed files with 5 additions and 3 deletions
|
@ -54,9 +54,10 @@
|
|||
:default ""
|
||||
:name :lang
|
||||
:data-test "setting-lang"}]]
|
||||
|
||||
[:h2 (t locale "dashboard.theme-change")]
|
||||
[:div.fields-row
|
||||
|
||||
;; TODO: Do not show as long as we only have one theme
|
||||
#_[:h2 (t locale "dashboard.theme-change")]
|
||||
#_[:div.fields-row
|
||||
[:& fm/select {:label (t locale "dashboard.select-ui-theme")
|
||||
:name :theme
|
||||
:default "default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue