Fix CSV player window on Qt 6

This commit is contained in:
Alex Spataru 2024-08-05 23:42:39 -05:00
parent 7c2ff3f8f7
commit 6fcdda1488

View File

@ -64,9 +64,9 @@ FramelessWindow.CustomWindow {
target: Cpp_CSV_Player
function onOpenChanged() {
if (Cpp_CSV_Player.isOpen)
root.visible = true
root.showNormal()
else
root.visible = false
root.hide()
}
}