mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Bugfix themes in inside Nextcloud by adding webPath #96
This commit is contained in:
parent
47c1071f3f
commit
dcf4983a7d
2 changed files with 3 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ export const
|
|||
prefix = '';
|
||||
}
|
||||
|
||||
return prefix + 'themes/' + encodeURI(theme) + '/images/preview.png';
|
||||
return Settings.app('webPath') + prefix + 'themes/' + encodeURI(theme) + '/images/preview.png';
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue