mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
Organize Drive Icons
This commit is contained in:
@@ -743,19 +743,19 @@ class Constants:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def icon_path_external(self):
|
def icon_path_external(self):
|
||||||
return self.payload_path / Path("Icon/External/.VolumeIcon.icns")
|
return self.payload_path / Path("Icon/DriveIcons/External/.VolumeIcon.icns")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def icon_path_internal(self):
|
def icon_path_internal(self):
|
||||||
return self.payload_path / Path("Icon/Internal/.VolumeIcon.icns")
|
return self.payload_path / Path("Icon/DriveIcons/Internal/.VolumeIcon.icns")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def icon_path_sd(self):
|
def icon_path_sd(self):
|
||||||
return self.payload_path / Path("Icon/SD-Card/.VolumeIcon.icns")
|
return self.payload_path / Path("Icon/DriveIcons/SD-Card/.VolumeIcon.icns")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def icon_path_ssd(self):
|
def icon_path_ssd(self):
|
||||||
return self.payload_path / Path("Icon/SSD/.VolumeIcon.icns")
|
return self.payload_path / Path("Icon/DriveIcons/SSD/.VolumeIcon.icns")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def icon_path_macos_generic(self):
|
def icon_path_macos_generic(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user