metkm

Results 7 comments of metkm

Can we have this on windows too? Electron actually exposes an API `titleBarOverlay` that can be set to true with `titleBarStyle` to keep system native window controls and hide the...

Yep, Even though I use `NuxtErrorBoundary` the full error page shows up.

Any Ideas when this will be available?

I see some issues linked here but hey seem to look like they are solved but I this this issue still occurs. Or it might be because I have this...

@MichaelThomas0721 https://nuxt.com/docs/getting-started/installation use instructions here instead. ``` npx nuxi init ```

I had to serve some images and adding these lines was enough for me: ``` "app": { ..., "security": { "csp": "http://asset.localhost", "assetProtocol": { "enable": true, "scope": ["$DESKTOP/series/**"] } }...