From 78b46f0d389f58590a4d477869eb779efddbc526 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 10 Aug 2020 16:23:45 -0400 Subject: Added mycroft to the label --- menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu.py') diff --git a/menu.py b/menu.py index aadce5a..5153eab 100755 --- a/menu.py +++ b/menu.py @@ -64,7 +64,7 @@ varCopyright.set("(C) Copyright 2020, Andrew Lee. Licensed with GPL-3.0\nhttps:/ # Buttons btnFont = tkFont.Font(size=12) btnDesktop = Button(root, text = 'Desktop', width=60, height=3, font=btnFont, command = launchDesktop) -btnDashboard = Button(root, text = 'Dashboard', width=60, height=3, font=btnFont, command = launchDashboard) +btnDashboard = Button(root, text = 'Dashboard + Mycroft AI', width=60, height=3, font=btnFont, command = launchDashboard) btnRetroPie = Button(root, text = 'RetroPie', width=60, height=3, font=btnFont, command = launchRetroPie) btnSteamLink = Button(root, text = 'Steam Link', width=60, height=3, font=btnFont, command = launchSteam) btnKodi = Button(root, text = 'Kodi', width=60, height=3, font=btnFont, command = launchKodi) -- cgit v1.2.3