Upgrade to Tauri 2.0 (#23)

This commit is contained in:
Gregory Schier
2024-05-04 14:14:19 -07:00
committed by GitHub
parent 7f02060b9c
commit 896e3d5831
128 changed files with 20477 additions and 4114 deletions

View File

@@ -18,6 +18,6 @@ export function useSyncWindowTitle() {
// }
//
// // TODO: This resets the stoplight position so we can't use it yet
// // appWindow.setTitle(newTitle).catch(console.error);
// // getCurrent().setTitle(newTitle).catch(console.error);
// }, [activeEnvironment, activeRequest, activeWorkspace]);
}