From 2e711f9cac7d7e37208047bd39113e73016687ca Mon Sep 17 00:00:00 2001 From: Oli Passey Date: Mon, 4 Dec 2017 19:18:42 +0000 Subject: [PATCH] VidScraper Remove Dev Tools and Suggestions --- plugin.video.blogscraper/addon.xml | 2 +- plugin.video.blogscraper/default.py | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugin.video.blogscraper/addon.xml b/plugin.video.blogscraper/addon.xml index daad620..5d51b9e 100644 --- a/plugin.video.blogscraper/addon.xml +++ b/plugin.video.blogscraper/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/plugin.video.blogscraper/default.py b/plugin.video.blogscraper/default.py index db3745a..07ead64 100644 --- a/plugin.video.blogscraper/default.py +++ b/plugin.video.blogscraper/default.py @@ -95,13 +95,13 @@ YOUTUBE_CHANNEL_ID_5 = "UCur4HQg-2EQltweoKQfwOfg" def Main_Menu(): # If debug mode is enabled show the koding tutorials - if debug == 'true': - Add_Dir ( '[COLOR=lime]Koding Tutorials[/COLOR]', '', "tutorials", True, '', '', '' ) - else: - Add_Dir ( '[COLOR=lime]Enable debug mode for some cool dev tools![/COLOR]', '', "koding_settings", False, '', '', '' ) - +# if debug == 'true': +# Add_Dir ( '[COLOR=lime]Koding Tutorials[/COLOR]', '', "tutorials", True, '', '', '' ) +# else: +# Add_Dir ( '[COLOR=lime]Enable debug mode for some cool dev tools![/COLOR]', '', "koding_settings", False, '', '', '' ) +# # An example title/message we're going to send through to a popup dialog in the first Add_Dir item - my_message= "{'title' : 'Support & Suggestions', 'msg' : \"If you come across any online content you'd like to get added please use the support thread at noobsandnerds.com and I'll be happy to look into it for you.\"}" +# my_message= "{'title' : 'Support & Suggestions', 'msg' : \"If you come across any online content you'd like to get added please use the support thread at noobsandnerds.com and I'll be happy to look into it for you.\"}" Add_Dir( name="Support/Suggestions", url=my_message, mode="simple_dialog", folder=False,