Added icons for alpha versions, updated one icon in default, and modified viewer_manifest to also use these icons.
Signed-off-by: Fritigern <fritigerngothly@gmail.com>
This commit is contained in:
@@ -210,7 +210,7 @@ class ViewerManifest(LLManifest):
|
||||
return ''.join(self.app_name().split())
|
||||
|
||||
def icon_path(self):
|
||||
return "icons/default"
|
||||
return "icons/" + ("default", "alpha")[self.channel_type() == "alpha"]
|
||||
|
||||
def extract_names(self,src):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user