Added option to disable Windows Recall AI snapshots (#61)

Removed code for migrating LastSettings file to SavedSettings
This commit is contained in:
Raphire
2024-06-05 09:17:24 +02:00
parent 6ec319b272
commit ed029df314
6 changed files with 36 additions and 17 deletions

View File

@@ -22,6 +22,7 @@ param (
[switch]$HideSearchTb, [switch]$ShowSearchIconTb, [switch]$ShowSearchLabelTb, [switch]$ShowSearchBoxTb,
[switch]$HideTaskview,
[switch]$DisableCopilot,
[switch]$DisableRecall,
[switch]$DisableWidgets,
[switch]$HideWidgets,
[switch]$DisableChat,