Skip to content

Commit

Permalink
Final touches to icon update beta. Tag this.
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed Oct 15, 2018
1 parent e89f7fe commit d7c0eee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __pycache__/
build/
dist/
venv/
icons/
*.log
archive_viewer.spec
config.ini
2 changes: 1 addition & 1 deletion _constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.5.3"
BUILD_DATE = "2018-10-15T14:53:18.894522"
BUILD_DATE = "2018-10-15T17:46:49.912974"
AUTHOR = "Sawyer McLane"
DEBUGGING = True
2 changes: 1 addition & 1 deletion default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ defaultmonitor = get_primary_monitor()
[Info]
version = 1.5.3
author = Sawyer McLane
builddate = 2018-10-15T14:53:18.894522
builddate = 2018-10-15T17:46:49.912974
3 changes: 2 additions & 1 deletion gui.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ class LifxFrame(ttk.Frame):
def show_about(self):
messagebox.showinfo("About", "LIFX-Control-Panel\n"
"Version {}\n"
"{}, {}".format(VERSION, AUTHOR, BUILD_DATE))
"{}, {}\n"
"Bulb Icons by DJW".format(VERSION, AUTHOR, BUILD_DATE))

def on_closing(self):
self.logger.info('Shutting down.\n')
Expand Down

0 comments on commit d7c0eee

Please sign in to comment.