mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Nextcloud /themes/*/snappymail/(style.css|preview.png) for #875
This commit is contained in:
parent
3b43a8bc78
commit
0b421d5a62
3 changed files with 3 additions and 8 deletions
|
|
@ -81,7 +81,7 @@ export const
|
|||
themePreviewLink = theme => {
|
||||
if (theme.endsWith('@nextcloud')) {
|
||||
theme = theme.slice(0, theme.length - 10).trim();
|
||||
return OC().webroot + '/themes/' + encodeURI(theme) + '/snappymail.png';
|
||||
return OC().webroot + '/themes/' + encodeURI(theme) + '/snappymail/preview.png';
|
||||
}
|
||||
let path = 'webVersionPath';
|
||||
if (theme.endsWith('@custom')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue