mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Settings: v41, telemetry off by default (Opt-in), no longer sending font names
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
"language": "",
|
||||
"allowPanelsOnScreenWithoutBar": true,
|
||||
"showChangelogOnStartup": true,
|
||||
"telemetryEnabled": true
|
||||
"telemetryEnabled": false
|
||||
},
|
||||
"ui": {
|
||||
"fontDefault": "",
|
||||
@@ -332,7 +332,6 @@
|
||||
"normalUrgencyDuration": 8,
|
||||
"criticalUrgencyDuration": 15,
|
||||
"enableKeyboardLayoutToast": true,
|
||||
"enableMediaToast": false,
|
||||
"saveToHistory": {
|
||||
"low": true,
|
||||
"normal": true,
|
||||
@@ -346,7 +345,8 @@
|
||||
"normalSoundFile": "",
|
||||
"lowSoundFile": "",
|
||||
"excludedApps": "discord,firefox,chrome,chromium,edge"
|
||||
}
|
||||
},
|
||||
"enableMediaToast": false
|
||||
},
|
||||
"osd": {
|
||||
"enabled": true,
|
||||
@@ -357,8 +357,7 @@
|
||||
"enabledTypes": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
4
|
||||
2
|
||||
],
|
||||
"monitors": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user