mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-17 19:07:12 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user