Fabian-Lars

Results 1366 comments of Fabian-Lars

no, my last comment is still accurate 3 months later and will probably be accurate for the rest of the year as well (like i said, unless someone wants to...

Can you double check that with a fresh create-tauri-app project? Pretty sure I've seen a few sandboxed apps without that entitlement.

I've found the source code of the app that worked without it but I can't retest it anymore due to missing access. Anyway, doesn't matter, it was probably some weird...

> I am assuming this is to do with Tauri's IPC architecture in order to enable communication between front and backend? Yeah i assume so but this would mean that...

```json { "label": "main", "title": "Cortex", "width": 1100, "height": 650, "resizable": true, "fullscreen": false, "center": true, "minHeight": 600, "minWidth": 800, "decorations": false, "titleBarStyle": "Overlay", "hiddenTitle": true, "transparent": true, "shadow": true,...

Can you also share the output of the `tauri info` command please?

yes that's it, thanks. Would it be possible to update all the tauri dependencies to stable v2?

I think the `tauri migrate` command can only upgrade from beta, not rc. But really, there shouldn't be any big changes from the last rc versions to stable so simply...

https://github.com/tauri-apps/tray-icon/pull/272

Right now there's isn't a _nice_ way to do it. The plugin expects you to rely on migrations for that. Alternatively you can write the database file into the AppDataDir()...