}
static UIImage *SBApplicationIcon$icon(SBApplicationIcon<WinterBoard> *self, SEL sel) {
- if (Info_ == nil || ![Info_ boolForKey:@"RenderIcons"])
+ if (Info_ == nil || ![Info_ boolForKey:@"ComposeStoreIcons"])
if (NSString *path = $pathForIcon$([self application]))
return [UIImage imageWithContentsOfFile:path];
return [self wb_icon];
<string>1</string>
<key>UndockedIconLabelStyle</key>
-<string>font-family: monospace; font-size: 13px; color: white</string>
+<string>/*font-family: monospace; font-size: 13px;*/ color: white</string>
<key>DockedIconLabelStyle</key>
-<string>font-family: monospace; font-size: 13px; color: burlywood</string>
+<string>/*font-family: monospace; font-size: 13px;*/ color: burlywood</string>
<key>TimeStyle</key>
-<string>font-family: monospace; font-size: 16px</string>
+<string>/*font-family: monospace; font-size: 16px*/</string>
+
+<!--key>ComposeStoreIcons</key>
+<false/-->
</dict></plist>