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:
parent
59b25edb5c
commit
e731e2591a
@ -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
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user