Commit 5e829ca
fix(server): add missing SetScreen method to BrowserWindow (#5294)
BrowserWindow was missing SetScreen(screen *Screen) Window, which was
added to the Window interface in #5067. This caused a compile error
when building with -tags server.
Fixes #5262
Co-authored-by: wails-fleet-bot <noreply@wails-fleet.local>1 parent bd6b326 commit 5e829ca
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments