doc: add more help for the notifications

This commit is contained in:
2023-12-26 17:48:14 -07:00
parent ddbb700c34
commit 25b1598fcb
13 changed files with 171 additions and 50 deletions

View File

@@ -663,8 +663,8 @@ export default class AccountViewView extends Vue {
{
group: "modal",
type: "notification-permission",
title: "", // unused, only here to satisfy types
text: "", // unused, only here to satisfy types
title: "", // unused, only here to satisfy type check
text: "", // unused, only here to satisfy type check
},
-1,
);
@@ -673,8 +673,8 @@ export default class AccountViewView extends Vue {
{
group: "modal",
type: "notification-off",
title: "", // unused, only here to satisfy types
text: "", // unused, only here to satisfy types
title: "", // unused, only here to satisfy type check
text: "", // unused, only here to satisfy type check
},
-1,
);