diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 16:23:45 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 16:23:45 -0400 |
| commit | 78b46f0d389f58590a4d477869eb779efddbc526 (patch) | |
| tree | ef5f82cf84eeff133dc80d2e9ba6700c070822fe | |
| parent | aa8b5e391c6d5231fb733bd2d9f8ec1b21ea91f5 (diff) | |
| download | RPi-Menu-78b46f0d389f58590a4d477869eb779efddbc526.tar.gz RPi-Menu-78b46f0d389f58590a4d477869eb779efddbc526.tar.bz2 RPi-Menu-78b46f0d389f58590a4d477869eb779efddbc526.zip | |
Added mycroft to the label
| -rwxr-xr-x | menu.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
