mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Update webview_window.go (#2912)
This commit is contained in:
parent
86354e9fc0
commit
37b99b9cb8
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ func (w *WebviewWindow) IsFocused() bool {
|
|||
if w.impl == nil {
|
||||
return false
|
||||
}
|
||||
return invokeSyncWithResult(w.impl.isFullscreen)
|
||||
return invokeSyncWithResult(w.impl.isFocused)
|
||||
}
|
||||
|
||||
// IsFullscreen returns true if the window is fullscreen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue