Set RestartExplorer to false by default in Show-RevertSettingsModal function

This commit is contained in:
Raphire
2026-03-22 23:57:19 +01:00
parent 91a9beed0c
commit bcfed9daff

View File

@@ -220,6 +220,6 @@ function Show-RevertSettingsModal {
return [PSCustomObject]@{
SelectedFeatureIds = @()
RestartExplorer = $true
RestartExplorer = $false
}
}