Better Nextcloud integration with notification sounds #96

This commit is contained in:
the-djmaze 2022-10-13 12:46:33 +02:00
parent 1b3d6401f3
commit 99b84af7b5
3 changed files with 23 additions and 2 deletions

View file

@ -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