mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix warning when quitting app after streaming is enabled
This commit is contained in:
@@ -39,8 +39,10 @@ Item {
|
|||||||
// Connect the quit completion signal
|
// Connect the quit completion signal
|
||||||
ComputerManager.quitAppCompleted.connect(quitAppCompleted)
|
ComputerManager.quitAppCompleted.connect(quitAppCompleted)
|
||||||
|
|
||||||
// Start the quit operation
|
// Start the quit operation if requested
|
||||||
quitRunningAppFn()
|
if (quitRunningAppFn) {
|
||||||
|
quitRunningAppFn()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
StackView.onDeactivating: {
|
StackView.onDeactivating: {
|
||||||
|
|||||||
Reference in New Issue
Block a user