mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Better Nextcloud integration with notification sounds #96
This commit is contained in:
parent
1b3d6401f3
commit
99b84af7b5
3 changed files with 23 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ export const
|
|||
* @param {string} path
|
||||
* @returns {string}
|
||||
*/
|
||||
staticLink = path => VERSION_PREFIX + 'static/' + path,
|
||||
staticLink = path => Settings.app('webPath') + VERSION_PREFIX + 'static/' + path,
|
||||
|
||||
/**
|
||||
* @param {string} theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue