Skip to content

Commit

Permalink
GUI: Display version [DATE] rather than [File name] [DATE]
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDragoX committed Nov 2, 2023
1 parent b3d7eff commit 7d933fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinDebloatTools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function Show-GUI() {
$TabSoftwareInstall = New-TabPage -Name "Tab2" -Text "Software Install"

$TlSystemTweaks = New-Label -Text "System Tweaks" -Width $LayoutT1.TotalWidth -Height $LayoutT1.TitleLabelHeight -LocationX 0 -LocationY $TitleLabelY -FontSize $LayoutT1.Heading[0] -FontStyle "Bold" -ForeColor $Colors.Cyan
$ClSystemTweaks = New-Label -Text "$CurrentFileName | $CurrentFileLastModified" -Width $LayoutT1.TotalWidth -Height $LayoutT1.CaptionLabelHeight -LocationX 0 -FontSize $LayoutT1.Heading[1] -ElementBefore $TlSystemTweaks -MarginTop $LayoutT1.DistanceBetweenElements -ForeColor $Colors.White
$ClSystemTweaks = New-Label -Text "Version $CurrentFileLastModified" -Width $LayoutT1.TotalWidth -Height $LayoutT1.CaptionLabelHeight -LocationX 0 -FontSize $LayoutT1.Heading[1] -ElementBefore $TlSystemTweaks -MarginTop $LayoutT1.DistanceBetweenElements -ForeColor $Colors.White

# ==> Tab 1
$CurrentPanelIndex = 0
Expand Down

0 comments on commit 7d933fa

Please sign in to comment.