[AGS] Bar: BT, Audio, SysInfo, Brightness
This commit is contained in:
@@ -91,7 +91,6 @@ const findNotificationByNotificationID = ( id: number ): number => {
|
||||
* @param id The notifd ID of the notification
|
||||
*/
|
||||
const addNotification = ( id: number ): void => {
|
||||
print( '[ Notifications ] Notification with id ' + id + ' added.' );
|
||||
const currIndex = Notifications.length;
|
||||
Notifications.push( {
|
||||
notifdID: id,
|
||||
|
Reference in New Issue
Block a user