feat: update setup hook to new syntax (#257)

This commit is contained in:
Lucas Fernandes Nogueira
2023-02-16 08:42:26 -08:00
committed by GitHub
parent 738636472c
commit 22f987bf24
14 changed files with 384 additions and 299 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ impl Builder {
pub fn build<R: Runtime>(self) -> TauriPlugin<R> {
let flags = self.state_flags;
PluginBuilder::new("window-state")
.setup(|app| {
.setup(|app, _api| {
let cache: Arc<Mutex<HashMap<String, WindowState>>> = if let Some(app_dir) =
app.path_resolver().app_config_dir()
{