Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
🎨 - Update artwork
Browse files Browse the repository at this point in the history
  • Loading branch information
drinfernoo committed Nov 21, 2019
1 parent 58a2211 commit 6423478
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
- Fix crash in login menu
- Fix auto install repo
</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.png</fanart>
</assets>
</extension>
</addon>
Binary file modified fanart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fanart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions uservar.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# ICONSETTINGS = 'https://www.yourhost.com/repo/wizard/settings.png'
# Leave as http:// for default icon
ICONBUILDS = os.path.join(ART, 'builds.png')
ICONMAINT = os.path.join(ART, 'Maintenance.png')
ICONMAINT = os.path.join(ART, 'maintenance.png')
ICONSPEED = os.path.join(ART, 'speed.png')
ICONAPK = os.path.join(ART, 'apkinstaller.png')
ICONADDONS = os.path.join(ART, 'addoninstaller.png')
Expand Down Expand Up @@ -116,7 +116,7 @@
HEADERTYPE = 'Text'
# Font size of header
FONTHEADER = 'Font14'
HEADERMESSAGE = '[COLOR limegreen]Open[/COLOR]Wizard'
HEADERMESSAGE = '[COLOR limegreen][B]Open[/B][/COLOR]Wizard'
# url to image if using Image 424x180
HEADERIMAGE = 'http://'
# Font for Notification Window
Expand Down

0 comments on commit 6423478

Please sign in to comment.