mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 17:22:01 +08:00
Fix runtime docs
This commit is contained in:
parent
9856d2979f
commit
de7f08357c
@ -26,13 +26,13 @@ frontend directory.
|
||||
|
||||
### Quit
|
||||
|
||||
Go Signature: `Quit()`
|
||||
Go Signature: `Quit(ctx context.Context)`
|
||||
|
||||
Quits the application.
|
||||
|
||||
### Environment
|
||||
|
||||
Go Signature: `Enviromnent() EnvironmentInfo`
|
||||
Go Signature: `Enviromnent(ctx context.Context) EnvironmentInfo`
|
||||
|
||||
Returns details of the current environment.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user