aboutsummaryrefslogtreecommitdiff
path: root/menu.py
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-10 16:23:45 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-10 16:23:45 -0400
commit78b46f0d389f58590a4d477869eb779efddbc526 (patch)
treeef5f82cf84eeff133dc80d2e9ba6700c070822fe /menu.py
parentaa8b5e391c6d5231fb733bd2d9f8ec1b21ea91f5 (diff)
downloadRPi-Menu-78b46f0d389f58590a4d477869eb779efddbc526.tar.gz
RPi-Menu-78b46f0d389f58590a4d477869eb779efddbc526.tar.bz2
RPi-Menu-78b46f0d389f58590a4d477869eb779efddbc526.zip
Added mycroft to the label
Diffstat (limited to 'menu.py')
-rwxr-xr-xmenu.py2
1 files changed, 1 insertions, 1 deletions
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)