5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:20:48 +08:00
* Update options.mdx

* Update changelog.mdx
This commit is contained in:
Light 2023-09-08 23:23:33 +10:00 committed by GitHub
parent 59b25edb5c
commit e731e2591a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
#### Fixed
- Fixed typo on docs/reference/options page. Added by [@pylotlight](https://github.com/pylotlight) in [PR](https://github.com/wailsapp/wails/pull/2887)
## v2.6.0 - 2023-09-06 ## v2.6.0 - 2023-09-06
### Breaking Changes ### Breaking Changes

View File

@ -39,7 +39,7 @@ func main() {
AssetServer: &assetserver.Options{ AssetServer: &assetserver.Options{
Assets: assets, Assets: assets,
Handler: assetsHandler, Handler: assetsHandler,
Middleware: assetsMidldeware, Middleware: assetsMiddleware,
}, },
Menu: app.applicationMenu(), Menu: app.applicationMenu(),
Logger: nil, Logger: nil,