mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Fix null window on Qt 6.9
This commit is contained in:
parent
d9c7a245ef
commit
7a769172a1
@ -176,7 +176,7 @@ Item {
|
|||||||
gc()
|
gc()
|
||||||
|
|
||||||
// Run the streaming session to completion
|
// Run the streaming session to completion
|
||||||
session.exec(Window.window)
|
session.exec(window)
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceComponent: Item {}
|
sourceComponent: Item {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user