mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
Keep a singleton ComputerManager outside of the Models
This commit is contained in:
+2
-3
@@ -4,9 +4,8 @@ import QtQuick.Controls 2.2
|
||||
ApplicationWindow {
|
||||
id: window
|
||||
visible: true
|
||||
width: 640
|
||||
height: 480
|
||||
title: qsTr("Stack")
|
||||
width: 1280
|
||||
height: 600
|
||||
color: "#333333"
|
||||
|
||||
StackView {
|
||||
|
||||
Reference in New Issue
Block a user