KittyCAD / modeling-app

The KittyCAD modeling app.
https://kittycad.io/modeling-app/download
MIT License
362 stars 29 forks source link

ask permissions _before_ adding default extensions as double click handlers #3007

Open jessfraz opened 2 months ago

jessfraz commented 2 months ago

On windows when we install the app right now we are using tauri to define file types we can open. For the non-kcl file types (stl/obj/etc) we need to ask permission first or we come across as rude jsut doing it

we likely need to patch tauri for this.

pierremtb commented 2 months ago

Been looking to see if this was part of their config stuff at https://v2.tauri.app/reference/config/#wixconfig but it's not. I believe this is how other apps like VS Code do it right? Making you tick a box if you want the app to open those files?

Would assume that wix supports it under the hood, would have to dive in more to see how we could plug that in