Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
trin94 committed Feb 2, 2025
1 parent 15863f0 commit d523582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/app/MpvqcContentSplitView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ FocusScope {
State {
name: "fullscreen"
ParentChange {
target: _player
target: _playerLoader
parent: root
}
PropertyChanges {
Expand All @@ -58,7 +58,7 @@ FocusScope {
State {
name: "normal"
ParentChange {
target: _player
target: _playerLoader
parent: _playerContainer
}
PropertyChanges {
Expand Down

0 comments on commit d523582

Please sign in to comment.