mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 14:19:34 +00:00
Optimized IconHelper to only create internal structures once, not all the time.
This commit is contained in:
@@ -27,13 +27,16 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
|
||||
MPIconCamera,
|
||||
MPIconRemote,
|
||||
MPIconKeys,
|
||||
MPIconScanner = 15,
|
||||
MPIconBattery,
|
||||
MPIconScanner,
|
||||
MPIconBrowser,
|
||||
MPIconCDRom,
|
||||
MPIconDisplay,
|
||||
MPIconEmail,
|
||||
MPIconMisc,
|
||||
MPIconFileSave = 26,
|
||||
MPIconTerminal = 30,
|
||||
MPIconPrint = 31,
|
||||
MPIconTrash = 43,
|
||||
MPIconFolder = 48,
|
||||
MPIconPhone = 68,
|
||||
|
||||
Reference in New Issue
Block a user