mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 17:41:14 +10:00
Reapply font scaling after theme change (#4782)
This commit is contained in:
@@ -74,6 +74,9 @@ function Invoke-WinUtilFontScaling {
|
||||
}
|
||||
}
|
||||
|
||||
# Store the scale factor so it can be reapplied after theme changes
|
||||
$sync.FontScaleFactor = $ScaleFactor
|
||||
|
||||
# Update the font scaling percentage displayed on the UI
|
||||
if ($sync.FontScalingValue) {
|
||||
$percentage = [math]::Round($ScaleFactor * 100)
|
||||
|
||||
Reference in New Issue
Block a user