clearlysid / tauri-plugin-decorum

Opinionated window decorations for Tauri apps
https://crates.io/crates/tauri-plugin-decorum
MIT License
154 stars 10 forks source link

chore: version bump and update of code using new api #14

Closed Gami13 closed 3 months ago

Gami13 commented 3 months ago

What the title says, updates tauri versions in package.json and replaces const win = tauri.window.getCurrent(); with const win = tauri.window.getCurrentWindow()

clearlysid commented 3 months ago

Thank you for the PR! 🙌