mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 15:28:35 +02:00
[ui] sequence player: checkbox to show or hide sequence player widget
This commit is contained in:
parent
03dc812e5d
commit
0e8c8ca8a7
2 changed files with 11 additions and 2 deletions
|
@ -146,6 +146,12 @@ Item {
|
|||
checkable: true
|
||||
checked: MeshroomApp.default8bitViewerEnabled
|
||||
}
|
||||
Action {
|
||||
id: enableSequencePlayerAction
|
||||
text: "Enable Sequence Player"
|
||||
checkable: true
|
||||
checked: false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue