mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 07:52:12 +08:00
Expose Store
This commit is contained in:
parent
1889973af1
commit
2dedd0b702
@ -11,6 +11,9 @@ import (
|
||||
// Runtime is an alias for the runtime.Runtime struct
|
||||
type Runtime = runtime.Runtime
|
||||
|
||||
// Store is an alias for the Store object
|
||||
type Store = runtime.Store
|
||||
|
||||
// CreateAppWithOptions creates an application based on the given config
|
||||
func CreateAppWithOptions(options *options.App) (*app.App, error) {
|
||||
return app.CreateApp(options)
|
||||
|
Loading…
Reference in New Issue
Block a user