Kasper

Results 254 comments of Kasper

I think you're making a false assumption that user-editable configs are intended to exist at all. I think the guidelines are designed with accessibility in mind, and manually editing config...

I'd say it's more that it's assumed that users don't manually edit config files, and that a user isn't someone advanced enough to understand how a config file works. >...

Yes, only happens when the cursor comes from Desktop

@sweatybridge It's outputting `No changed found`, so I assume it's working and fixed the other there as well (assuming that's expected)!

Running into this as well, can confirm that `CI=true npm run tauri build` works This should also be fixed when #1731 is done

It works fine for me, so if you're actually not getting a DMG file then that sounds like a separate issue

Enabling `acceptsFirstMouse` would technically fix it, but then you get unconventional behavior (although some Electron apps do this) If we're able to detect the first mouse click position, we would...

> If it were special-cased for only `data-tauri-drag-region` I think it'd break strategies like [this one](https://github.com/tauri-apps/tauri/issues/1656#issuecomment-1161495124) that make most of the window draggable, which would be a bummer. Maybe it...

Opened #5347 for exposing `acceptsFirstMouse`