fanin
fanin
It would really be awesome to have this feature implemented. I would love to get rid of electron. 😂
 同感,windows上加个顶栏会方便一些
软件挺省电的,我平板够看一整晚😊
the same problem😭 ``` Uncaught invalid args `rid` for command `get`: invalid type: string "settings.bin", expected u32 ``` ``` Tauri info [✔] Environment - OS: Windows 10.0.22631 x86_64 (X64) ✔...
Thanks, it works. from ``` javascript const clipboardStore = new window.__TAURI_PLUGIN_STORE__.Store('clipboard.bin'); ``` to ``` javascript const { createStore } = window.__TAURI__.store; // ... const clipboardStore = await createStore('clipboard.bin'); ```