mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-08 13:51:57 +08:00
![]() This commit introduces the functionality to disable the minimise and maximise buttons on windows. These options have been added to the `application.WebviewWindowOptions` and integrated in the Windows application logic. Effectively, developers can now control the availability of these buttons in their windows applications. |
||
---|---|---|
.. | ||
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>