Nice changes:D

This commit is contained in:
2022-12-22 19:09:03 +01:00
parent 7bab621f93
commit 1a87f65d92
7 changed files with 63 additions and 43 deletions

22
winget/settings.json Normal file
View File

@@ -0,0 +1,22 @@
{
"$schema": "https://aka.ms/winget-settings.schema.json",
"visual": {
"progressBar": "rainbow"
},
"telemetry": {
"disable": true
},
"installBehavior": {
"preferences": {
"locale": [ "de-DE","en-US" ]
}
},
"experimentalFeatures": {
"pinning": true
}
// For documentation on these settings, see: https://aka.ms/winget-settings
// "source": {
// "autoUpdateIntervalInMinutes": 5
// },
}