Skip to content

Commit

Permalink
Add description to help users understand the quality trade off
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jul 29, 2023
1 parent 9aecb39 commit e76681c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/qml/QFieldSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,17 @@ Page {
initialized = true
}
}

Label {
text: qsTr( "A lower quality trades rendering precision in favor of lower memory usage and rendering time." )
font: Theme.tipFont
color: Theme.secondaryTextColor
textFormat: Qt.RichText
wrapMode: Text.WordWrap
Layout.fillWidth: true

onLinkActivated: Qt.openUrlExternally(link)
}
}

Item {
Expand Down

1 comment on commit e76681c

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.