mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Make swipeIndex properties readonly
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
98ec8ff302
commit
bccdb0e8f7
@ -250,7 +250,7 @@ Page {
|
||||
FileActivityView {
|
||||
id: fileActivityView
|
||||
|
||||
property int swipeIndex: SwipeView.index
|
||||
readonly property int swipeIndex: SwipeView.index
|
||||
|
||||
delegateHorizontalPadding: root.intendedPadding
|
||||
|
||||
@ -262,7 +262,7 @@ Page {
|
||||
Loader {
|
||||
id: shareViewLoader
|
||||
|
||||
property int swipeIndex: SwipeView.index
|
||||
readonly property int swipeIndex: SwipeView.index
|
||||
|
||||
width: swipeView.width
|
||||
height: swipeView.height
|
||||
|
||||
Loading…
Reference in New Issue
Block a user