fix(notification): Add permission commands for Actions (#1459)

* Add the permission commands

* Add changes file
This commit is contained in:
Naman Garg
2024-06-18 10:58:16 +02:00
committed by GitHub
parent b18a03a376
commit 17c42fd42a
10 changed files with 95 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
const COMMANDS: &[&str] = &["notify", "request_permission", "is_permission_granted"];
const COMMANDS: &[&str] = &["notify", "request_permission", "is_permission_granted", "register_action_types", "register_listener"];
fn main() {
if let Err(error) = tauri_plugin::Builder::new(COMMANDS)