feat: Add notifications
This commit is contained in:
@@ -122,6 +122,9 @@
|
||||
@case ('network') {
|
||||
Network
|
||||
}
|
||||
@case ('notifications') {
|
||||
Notifications
|
||||
}
|
||||
@case ('voice') {
|
||||
Voice & Audio
|
||||
}
|
||||
@@ -166,6 +169,9 @@
|
||||
@case ('network') {
|
||||
<app-network-settings />
|
||||
}
|
||||
@case ('notifications') {
|
||||
<app-notifications-settings />
|
||||
}
|
||||
@case ('voice') {
|
||||
<app-voice-settings />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user