mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Rework Qt window handling during SDL window creation
- Avoids blindly enumeration all top-level windows - Properly tracks screen changes during the connection process - Starts stream window minimized if the Qt window was minimized Fixes #1231
This commit is contained in:
@@ -176,7 +176,7 @@ Item {
|
||||
gc()
|
||||
|
||||
// Run the streaming session to completion
|
||||
session.exec(Screen.virtualX, Screen.virtualY)
|
||||
session.exec(Window.window)
|
||||
}
|
||||
|
||||
sourceComponent: Item {}
|
||||
|
||||
Reference in New Issue
Block a user