mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-04-03 14:06:27 +00:00
Bump version
This commit is contained in:
@@ -201,14 +201,14 @@ function Show-ApplyModal {
|
|||||||
$applyKofiBtn.Content = $null
|
$applyKofiBtn.Content = $null
|
||||||
|
|
||||||
$reportText = [System.Windows.Controls.TextBlock]::new()
|
$reportText = [System.Windows.Controls.TextBlock]::new()
|
||||||
$reportText.Text = 'Report the issue'
|
$reportText.Text = 'Report a bug'
|
||||||
$reportText.VerticalAlignment = 'Center'
|
$reportText.VerticalAlignment = 'Center'
|
||||||
$reportText.FontSize = 14
|
$reportText.FontSize = 14
|
||||||
$reportText.Margin = [System.Windows.Thickness]::new(0, 0, 0, 1)
|
$reportText.Margin = [System.Windows.Thickness]::new(0, 0, 0, 1)
|
||||||
|
|
||||||
$applyKofiBtn.Content = $reportText
|
$applyKofiBtn.Content = $reportText
|
||||||
|
|
||||||
[System.Windows.Automation.AutomationProperties]::SetName($applyKofiBtn, 'Report the issue')
|
[System.Windows.Automation.AutomationProperties]::SetName($applyKofiBtn, 'Report a bug')
|
||||||
|
|
||||||
$applyWindow.Dispatcher.Invoke([System.Windows.Threading.DispatcherPriority]::Render, [action]{})
|
$applyWindow.Dispatcher.Invoke([System.Windows.Threading.DispatcherPriority]::Render, [action]{})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ param (
|
|||||||
|
|
||||||
|
|
||||||
# Define script-level variables & paths
|
# Define script-level variables & paths
|
||||||
$script:Version = "2026.03.07"
|
$script:Version = "2026.03.09"
|
||||||
$script:AppsListFilePath = "$PSScriptRoot/Config/Apps.json"
|
$script:AppsListFilePath = "$PSScriptRoot/Config/Apps.json"
|
||||||
$script:DefaultSettingsFilePath = "$PSScriptRoot/Config/DefaultSettings.json"
|
$script:DefaultSettingsFilePath = "$PSScriptRoot/Config/DefaultSettings.json"
|
||||||
$script:FeaturesFilePath = "$PSScriptRoot/Config/Features.json"
|
$script:FeaturesFilePath = "$PSScriptRoot/Config/Features.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user