mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-19 02:19:31 +08:00
![]() Three new options have been introduced in the application options for MacOS to disable the minimize, maximize, and close buttons on the window. Corresponding functionality has been added in the webview window for darwin to handle these new options. These changes have been showcased in the window example main.go file. |
||
---|---|---|
.. | ||
binding | ||
build | ||
clipboard | ||
contextmenus | ||
dev | ||
dialogs | ||
drag-n-drop | ||
events | ||
frameless | ||
hide-window | ||
keybindings | ||
menu | ||
oauth | ||
plain | ||
plugins | ||
screen | ||
server | ||
systray | ||
video | ||
window | ||
wml | ||
linux_status.org | ||
README.md |
v3
NOTE: The examples in this directory may or may not compile / run at any given time during alpha development.
Running the examples
cd v3/examples/<example>
go mod tidy
go run .
Compiling the examples
cd v3/examples/<example>
go mod tidy
go build
./<example>