5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-12 06:59:30 +08:00
wails/v3
Travis McLane efa67cb01c [v3 linux] systray implementation
Linux requires a `gtk_menu_bar` for a gtk_window to display a menu.
For the `systray` a `gtk_menu` is needed instead.
This change creates the correct type of `impl` for the `Menu`
depending on how it is being used.
2023-09-28 14:50:38 -05:00
..
cmd/wails3 Add generate constants tool 2023-09-13 16:45:19 +10:00
examples [v3 examples] add server plugin to 'plugins' example 2023-09-28 12:14:54 -05:00
internal [v3 runtime] updated javascript 2023-09-28 12:14:54 -05:00
pkg [v3 linux] systray implementation 2023-09-28 14:50:38 -05:00
plugins [v3 plugin/server] initial implementation 2023-09-28 12:14:54 -05:00
tasks Support IsDarkMode in application event context. Fix bug with event mapping. 2023-09-15 20:10:09 +10:00
.gitignore Fix production build 2023-09-01 22:06:43 +10:00
.prettierignore chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
.prettierrc.yml chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
go.mod [v3 linux] update purego replace 2023-09-11 17:27:21 -05:00
go.sum [v3 linux] update purego replace 2023-09-11 17:27:21 -05:00
README.md Update doc dependencies 2023-09-08 10:57:47 +10:00
Taskfile.yaml Use prettier on docs source 2023-09-25 20:56:29 +10:00

v3 Alpha

Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.

Getting Started

All the instructions for getting started are in the v3 documentation directory: mkdocs-website. Please read the README.md file in that directory for more information.