File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2018,9 +2018,10 @@ VOID PhMwpLoadSettings(
2018
2018
PhEnableServiceQueryStage2 = !!PhGetIntegerSetting (L"EnableServiceStage2" );
2019
2019
PhEnableThemeSupport = !!PhGetIntegerSetting (L"EnableThemeSupport" );
2020
2020
PhEnableTooltipSupport = !!PhGetIntegerSetting (L"EnableTooltipSupport" );
2021
+ PhEnableImageCoherencySupport = !!PhGetIntegerSetting (L"EnableImageCoherencySupport" );
2021
2022
PhEnableLinuxSubsystemSupport = !!PhGetIntegerSetting (L"EnableLinuxSubsystemSupport" );
2022
2023
PhMwpNotifyIconNotifyMask = PhGetIntegerSetting (L"IconNotifyMask" );
2023
-
2024
+
2024
2025
if (PhGetIntegerSetting (L"MainWindowAlwaysOnTop" ))
2025
2026
{
2026
2027
AlwaysOnTop = TRUE;
Original file line number Diff line number Diff line change @@ -374,5 +374,4 @@ VOID PhUpdateCachedSettings(
374
374
375
375
PhEnableNetworkResolveDoHSupport = !!PhGetIntegerSetting (L"EnableNetworkResolveDoH" );
376
376
PhEnableVersionShortText = !!PhGetIntegerSetting (L"EnableVersionSupport" );
377
- PhEnableImageCoherencySupport = !!PhGetIntegerSetting (L"EnableImageCoherencySupport" );
378
377
}
You can’t perform that action at this time.
0 commit comments