Alexander Haas
Alexander Haas
I'm sorry for the close and reopen. I wanted to revert this back to a draft PR
I think the error code constants make the code much more readable and show intent more clearly. Especially because new people are reading through the docs I think it's important...
I don't have time at this moment to write tests and apply all your suggestions. I will complete the PR once I have time again
> @JonasKruckenberg How to change the traffic light position, i found some information, but I don't understand object-c > > https://github.com/patr0nus/DeskGap/blob/master/lib/src/platform/mac/BrowserWindow.mm#L86 https://github.com/electron/electron/blob/37d93b04824d4f0151b36edb867209b53272457f/shell/browser/native_window_mac.mm#L1529 > > **i found answer**: > > ```...
I deleted my previous comment as it became too cluttered. A summary: I implemented custom traffic light offset and took inspiration from [here](https://github.com/electron/electron/pull/21781/commits/63c1caa8d8f966eca68754b859b50d1f7c9c7088). ```rust #[cfg(target_os = "macos")] fn position_traffic_lights(&self, x:...
If you want to make an artifact free version of the inset traffic lights, you can use this small (admittedly ugly) hack that I created: ```rust use tauri::{Runtime, Window}; #[allow(dead_code)]...
I think this is a very important feature for collaborative projects as it prevents everyone from interpreting the given scopes as they like. Or at least make it more intuitive...
It’s definitely possible in native Tao: https://github.com/tauri-apps/tao/pull/513 this is a pull request I did on that issue. This works without artifacts. It’s not merged yet because of some conflicts. I...
I don't really have the motivation, time or Know-how to work at this at the moment. Maybe someone else could take off from here? Please also take a look at...
> It's possible to just hide them ? For my app I don't need them. Yes. Definitely. I believe that's even officially possible through the tauri config file.