mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-13 01:02:18 -04:00
feature: add login sound functionality and settings entry (#2155)
* added login sound functionality and settings entry * Removed debug warning that was accidentally left in * loginSound is off by default, and fixed toggle not working * Prevent login sound from playing in the same session --------- Co-authored-by: Iris <iris@raidev.eu>
This commit is contained in:
@@ -5101,6 +5101,26 @@
|
||||
],
|
||||
"description": "Play sounds for system events"
|
||||
},
|
||||
{
|
||||
"section": "soundLogin",
|
||||
"label": "Login",
|
||||
"tabIndex": 15,
|
||||
"category": "Sounds",
|
||||
"keywords": [
|
||||
"after",
|
||||
"audio",
|
||||
"boot",
|
||||
"effects",
|
||||
"logging",
|
||||
"login",
|
||||
"play",
|
||||
"sfx",
|
||||
"sound",
|
||||
"sounds",
|
||||
"startup"
|
||||
],
|
||||
"description": "Play sound after logging in"
|
||||
},
|
||||
{
|
||||
"section": "soundNewNotification",
|
||||
"label": "New Notification",
|
||||
|
||||
Reference in New Issue
Block a user