From 2b2eb98c79891ee825ccf31749eab60e2c8a9b0f Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 26 Feb 2020 22:26:23 +0100 Subject: [PATCH] rimesso "controlla aggiornamenti" --- specials/setting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specials/setting.py b/specials/setting.py index d747dcbb..da5bd917 100644 --- a/specials/setting.py +++ b/specials/setting.py @@ -428,10 +428,10 @@ def submenu_tools(item): if filetools.exists(channel_custom): itemlist.append(Item(channel='custom', action='mainlist', title='Custom Channel')) + itemlist.append(Item(channel=CHANNELNAME, action="check_quickfixes", folder=False, + title=config.get_localized_string(30001), plot=config.get_addon_version(with_fix=True))) # itemlist.append(Item(channel=CHANNELNAME, action="update_quasar", folder=False, # title=config.get_localized_string(70569))) - itemlist.append(Item(channel=CHANNELNAME, action="update_quasar", folder=False, - title="Actualizar addon externo Quasar")) itemlist.append(Item(channel=CHANNELNAME, action="", title="", folder=False, thumbnail=get_thumb("setting_0.png")))