mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add disabling of anonymousTelemetry
This commit is contained in:
parent
73f31d2092
commit
6554fa2774
@ -65,6 +65,7 @@ ApplicationWindow {
|
|||||||
screenSize: Qt.size(root.width, root.height)
|
screenSize: Qt.size(root.width, root.height)
|
||||||
domain: "app.screen-play.app"
|
domain: "app.screen-play.app"
|
||||||
debug: false
|
debug: false
|
||||||
|
enabled: App.settings.anonymousTelemetry
|
||||||
}
|
}
|
||||||
|
|
||||||
// Partial workaround for
|
// Partial workaround for
|
||||||
|
Loading…
Reference in New Issue
Block a user