Notification sounds (#367)
* Basic notification sound support * Add settings option for notification sounds * Allow sound without desktop notifications
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = {
|
||||
use: ['html-loader'],
|
||||
},
|
||||
{
|
||||
test: /\.(png|jpe?g|gif|otf|ttf|woff|woff2)$/,
|
||||
test: /\.(png|jpe?g|gif|otf|ttf|woff|woff2|ogg)$/,
|
||||
type: 'asset/resource',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user