mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-01-01 08:56:21 +00:00
Remove unnecessary spacing
This commit is contained in:
@@ -989,14 +989,11 @@ function ShowDefaultMode {
|
|||||||
else {
|
else {
|
||||||
$RemoveAppsInput = ShowDefaultModeAppRemovalOptions
|
$RemoveAppsInput = ShowDefaultModeAppRemovalOptions
|
||||||
|
|
||||||
if ($script:selectedApps.contains('Microsoft.XboxGameOverlay') -or $script:selectedApps.contains('Microsoft.XboxGamingOverlay')) {
|
if (($script:selectedApps.contains('Microsoft.XboxGameOverlay') -or $script:selectedApps.contains('Microsoft.XboxGamingOverlay')) -and
|
||||||
Write-Output ""
|
$( Read-Host -Prompt "Disable Game Bar integration and game/screen recording? This also stops ms-gamingoverlay and ms-gamebar popups (y/n)" ) -eq 'y') {
|
||||||
|
|
||||||
if ($( Read-Host -Prompt "Disable Game Bar integration and game/screen recording? This also stops ms-gamingoverlay and ms-gamebar popups (y/n)" ) -eq 'y') {
|
|
||||||
$DisableGameBarIntegrationInput = $true;
|
$DisableGameBarIntegrationInput = $true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
PrintHeader 'Default Mode'
|
PrintHeader 'Default Mode'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user