mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Idea for #875
This commit is contained in:
parent
188b419910
commit
d65d77ef2f
3 changed files with 42 additions and 23 deletions
|
|
@ -59,6 +59,7 @@ export const
|
|||
|
||||
convertThemeName = theme => theme
|
||||
.replace(/@custom$/, '')
|
||||
.replace(/@nextcloud$/, '')
|
||||
.replace(/([A-Z])/g, ' $1')
|
||||
.replace(/[^a-zA-Z0-9]+/g, ' ')
|
||||
.trim();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue