Matt Kevan
kevan.tv
Matt Kevan
@kevan.tv
UX lead at High Speed Training. Building Readers, a social ebook app.
www.rdrs.app
Yeah sure, here's the relevant bit of tauri.conf.json – sets the controls to roughly the same position as a native macOS window.

"app": {
"windows": [{
...
"title": "Readers",
"fullscreen": false,
"decorations": true,
"titleBarStyle": "Overlay",
"trafficLightPosition": {"x": 20.0, "y": 25.0}
}],
July 9, 2025 at 8:04 PM