Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLichtenstein committed Jan 22, 2024
1 parent 8aa4879 commit 614c6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula/ui/components/MZBottomSheet.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Loader {
readonly property int maxSheetHeight: (Qt.platform.os === "ios" ? window.safeContentHeight : window.height) - MZTheme.theme.sheetTopMargin
required default property var contentItem
property bool sizeToContent: false
property bool opened: item.opened
property bool opened: active ? item.opened : null

signal close

Expand Down

0 comments on commit 614c6e8

Please sign in to comment.