mirror of
https://github.com/infinilabs/coco-app.git
synced 2026-09-02 04:01:53 +02:00
This commit: 1. Bump dep tauri_nspenel to v2.1 2. On macOS, our main window is not a window but panel. Previously, we were using window.show() and window.hide() in show_coco() and hide_coco(). In this commit, we switch from window.show/hide to panel.show/hide Co-authored-by: ayang <473033518@qq.com>