mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 19:31:20 +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]
|
||||
|
||||
#### 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
|
||||
|
||||
### Breaking Changes
|
||||
|
@ -39,7 +39,7 @@ func main() {
|
||||
AssetServer: &assetserver.Options{
|
||||
Assets: assets,
|
||||
Handler: assetsHandler,
|
||||
Middleware: assetsMidldeware,
|
||||
Middleware: assetsMiddleware,
|
||||
},
|
||||
Menu: app.applicationMenu(),
|
||||
Logger: nil,
|
||||
|
Loading…
Reference in New Issue
Block a user