mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 07:52:12 +08:00
Fix fullscreen drag
This commit is contained in:
parent
ac3808f9c3
commit
f3783c9800
@ -234,9 +234,9 @@ func (f *Frontend) Notify(name string, data ...interface{}) {
|
||||
|
||||
func (f *Frontend) processMessage(message string) {
|
||||
if message == "drag" {
|
||||
// if !f.mainWindow.IsFullScreen() {
|
||||
f.startDrag()
|
||||
// }
|
||||
if !f.mainWindow.IsFullScreen() {
|
||||
f.startDrag()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user