less vibrations
This commit is contained in:
parent
1d07c05621
commit
1565c0e72d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ weechat.factory('notifications', ['$rootScope', '$log', 'models', 'settings', fu
|
||||||
registration.showNotification(title, {
|
registration.showNotification(title, {
|
||||||
body: body,
|
body: body,
|
||||||
icon: 'assets/img/glowing_bear_128x128.png',
|
icon: 'assets/img/glowing_bear_128x128.png',
|
||||||
vibrate: [200, 100, 200, 100, 200, 100, 200],
|
vibrate: [200, 100],
|
||||||
tag: 'gb-highlight-vib'
|
tag: 'gb-highlight-vib'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue