mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Fix runtime docs
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user