mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-04 11:12:16 +01:00 
			
		
		
		
	jarvis icon.png needs to be in root directory
This commit is contained in:
		@@ -18,7 +18,7 @@ def log(message,loglevel=xbmc.LOGNOTICE):
 | 
			
		||||
    xbmc.log(encode(__addon_id__ + "-" + __Addon.getAddonInfo('version') +  ": " + message),level=loglevel)
 | 
			
		||||
 | 
			
		||||
def showNotification(message):
 | 
			
		||||
    xbmcgui.Dialog().notification(encode(getString(30010)),encode(message),time=4000,icon=xbmc.translatePath(__Addon.getAddonInfo('path') + "/resources/media/icon.png"))
 | 
			
		||||
    xbmcgui.Dialog().notification(encode(getString(30010)),encode(message),time=4000,icon=xbmc.translatePath(__Addon.getAddonInfo('path') + "/icon.png"))
 | 
			
		||||
 | 
			
		||||
def getSetting(name):
 | 
			
		||||
    return __Addon.getSetting(name)
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 8.9 KiB  | 
		Reference in New Issue
	
	Block a user