mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[windows-x] Support embed.fs assets, log runtime
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package windows
|
||||
|
||||
import "github.com/wailsapp/wails/v2/pkg/menu"
|
||||
import (
|
||||
"embed"
|
||||
"github.com/wailsapp/wails/v2/pkg/menu"
|
||||
)
|
||||
|
||||
// Options are options specific to Windows
|
||||
type Options struct {
|
||||
@@ -8,4 +11,5 @@ type Options struct {
|
||||
WindowBackgroundIsTranslucent bool
|
||||
DisableWindowIcon bool
|
||||
Menu *menu.Menu
|
||||
Assets *embed.FS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user