fix(window-state): missing restore_state and filename js binding permission (#1180)

* Fix js binding commands

* Re-run build

* Add change file
This commit is contained in:
Tony
2024-04-15 12:04:52 +02:00
committed by GitHub
parent c967307706
commit 1f9e7ab4a0
7 changed files with 54 additions and 20 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
const COMMANDS: &[&str] = &["save_window_state", "restore_window_state"];
const COMMANDS: &[&str] = &["save_window_state", "restore_state", "filename"];
fn main() {
tauri_plugin::Builder::new(COMMANDS)