Skip to content

Commit e318e39

Browse files
committed
Fix highlighting after toggling image coherency support
1 parent 74c3f20 commit e318e39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ProcessHacker/mainwnd.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,9 +2018,10 @@ VOID PhMwpLoadSettings(
20182018
PhEnableServiceQueryStage2 = !!PhGetIntegerSetting(L"EnableServiceStage2");
20192019
PhEnableThemeSupport = !!PhGetIntegerSetting(L"EnableThemeSupport");
20202020
PhEnableTooltipSupport = !!PhGetIntegerSetting(L"EnableTooltipSupport");
2021+
PhEnableImageCoherencySupport = !!PhGetIntegerSetting(L"EnableImageCoherencySupport");
20212022
PhEnableLinuxSubsystemSupport = !!PhGetIntegerSetting(L"EnableLinuxSubsystemSupport");
20222023
PhMwpNotifyIconNotifyMask = PhGetIntegerSetting(L"IconNotifyMask");
2023-
2024+
20242025
if (PhGetIntegerSetting(L"MainWindowAlwaysOnTop"))
20252026
{
20262027
AlwaysOnTop = TRUE;

ProcessHacker/settings.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,5 +374,4 @@ VOID PhUpdateCachedSettings(
374374

375375
PhEnableNetworkResolveDoHSupport = !!PhGetIntegerSetting(L"EnableNetworkResolveDoH");
376376
PhEnableVersionShortText = !!PhGetIntegerSetting(L"EnableVersionSupport");
377-
PhEnableImageCoherencySupport = !!PhGetIntegerSetting(L"EnableImageCoherencySupport");
378377
}

0 commit comments

Comments
 (0)