mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Add link to sentry.io to thank them for free premium
This commit is contained in:
parent
818b328802
commit
a6ac44a953
@ -53,6 +53,8 @@ Item {
|
||||
|
||||
text: settingsBool.description
|
||||
wrapMode: Text.WordWrap
|
||||
linkColor: Material.color(Material.Orange)
|
||||
onLinkActivated: Qt.openUrlExternally(link)
|
||||
color: Material.theme === Material.Light ? Qt.lighter(Material.foreground) : Qt.darker(Material.foreground)
|
||||
font.family: ScreenPlay.settings.font
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
@ -96,7 +96,7 @@ Item {
|
||||
SettingBool {
|
||||
height: 70
|
||||
headline: qsTr("Send anonymous crash reports and statistics")
|
||||
description: qsTr("Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes!")
|
||||
description: qsTr("Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes! We use <a href=\"https://sentry.io\">sentry.io</a> to collect and analyze this data. A <b>big thanks to them</b> for providing us with free premium support for open source projects!")
|
||||
isChecked: ScreenPlay.settings.anonymousTelemetry
|
||||
onCheckboxChanged: {
|
||||
ScreenPlay.settings.setAnonymousTelemetry(checked);
|
||||
|
@ -14,6 +14,7 @@ Item {
|
||||
height: customHeight
|
||||
width: customWidth
|
||||
color: customColor
|
||||
opacity: Material.theme === Material.Light ? 1 : 0.2
|
||||
|
||||
anchors {
|
||||
right: parent.right
|
||||
|
Loading…
Reference in New Issue
Block a user