Skip to content

Commit 5727bde

Browse files
committed
ProjectPlayer: Add running property
1 parent 03ffc20 commit 5727bde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProjectPlayer.qml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ProjectScene {
1111
readonly property string fileName: loader.fileName
1212
property int stageWidth: 480
1313
property int stageHeight: 360
14+
readonly property bool running: loader.running
1415
property alias fps: loader.fps
1516
property alias turboMode: loader.turboMode
1617
property alias cloneLimit: loader.cloneLimit

0 commit comments

Comments
 (0)