1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-29 11:58:24 +02:00

qml/CSDTitelbarTapNDrapHandler: fix incorrect function call

This commit is contained in:
Prince Gupta 2021-07-27 01:53:41 -07:00 committed by Hugo Beauzée-Luyssen
parent caab17f1d0
commit ddee28f532

View File

@ -27,7 +27,7 @@ Item {
if ((topWindow.visibility & Window.Maximized) !== 0) {
mainInterface.requestInterfaceNormal()
} else {
mainInterface.requestInterfaceMaximized()()
mainInterface.requestInterfaceMaximized()
}
}
}