]> code.delx.au - refind/blobdiff - refind/main.c
Fixed bug that caused volume icons to be read only from default icons
[refind] / refind / main.c
index 36cf2029a9791a4794cbbf0a5ea5e6b46b6f6f7b..881ac38182b9a600e32b54df15efdd646395dbce 100644 (file)
@@ -2216,6 +2216,7 @@ efi_main (EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
     LoadDrivers();
     ScanVolumes(); // Do before ReadConfig() because it needs SelfVolume->VolName
     ReadConfig(GlobalConfig.ConfigFilename);
+    SetVolumeIcons();
 
     if (GlobalConfig.SpoofOSXVersion && GlobalConfig.SpoofOSXVersion[0] != L'\0')
         SetAppleOSInfo();