Launcher: show sentry on/off setting everywhere
Since AppImage builds on Linux have Sentry reporting enabled, enable the on/off UI everywhere
This commit is contained in:
parent
7ea138038e
commit
6c0cb998e3
1 changed files with 2 additions and 5 deletions
|
@ -128,19 +128,16 @@ Item {
|
|||
label: qsTr("Enable crash & error reporting")
|
||||
description: qsTr("Send crash and error reports to the development team for analysis.")
|
||||
defaultValue: true
|
||||
hidden: (_osName !== "win") && (_osName !== "mac")
|
||||
keywords: ["crash", "report", "telemetry"]
|
||||
keywords: ["crash", "report", "telemetry", "sentry", "segfault"]
|
||||
setting: "enable-sentry"
|
||||
}
|
||||
]
|
||||
|
||||
onApply: {
|
||||
if (!showConsoleWin.hidden && showConsoleWin.checked) _config.setArg("console");
|
||||
if (!enableCrashReporting.hidden) {
|
||||
_config.setEnableDisableOption("sentry", enableCrashReporting.checked);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Section {
|
||||
id: mpSettings
|
||||
|
|
Loading…
Add table
Reference in a new issue