monntecc / lunaeditor

An open-source alternative text editor written in Tauri
MIT License
1 stars 0 forks source link

Titlebar redesign #11

Closed monntecc closed 2 weeks ago

monntecc commented 2 weeks ago

We might look to redesign current custom titlebar solution, and move it from frontend to backend site. Resources: https://docs.rs/tauri/1.6.8/tauri/window/struct.Window.html https://tauri.app/v1/guides/features/window-customization https://tauri.app/v1/guides/features/menu

monntecc commented 2 weeks ago

Unfortunately, custom menu in titlebar does not supported on Windows.