Closed Gami13 closed 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()
const win = tauri.window.getCurrent();
const win = tauri.window.getCurrentWindow()
Thank you for the PR! 🙌
What the title says, updates tauri versions in package.json and replaces
const win = tauri.window.getCurrent();
withconst win = tauri.window.getCurrentWindow()