mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:01:52 +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) {
|
func (f *Frontend) processMessage(message string) {
|
||||||
if message == "drag" {
|
if message == "drag" {
|
||||||
// if !f.mainWindow.IsFullScreen() {
|
if !f.mainWindow.IsFullScreen() {
|
||||||
f.startDrag()
|
f.startDrag()
|
||||||
// }
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user