Skip to content

Commit

Permalink
Tiny changes. Tag this beta 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed Feb 5, 2019
1 parent 861c653 commit 608c733
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.6.0"
BUILD_DATE = "2019-01-30T15:18:11.604699"
BUILD_DATE = "2019-02-05T13:32:15.308866"
AUTHOR = "Sawyer McLane"
DEBUGGING = False
DEBUGGING = True
2 changes: 1 addition & 1 deletion default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ duration = 0.0
[Info]
version = 1.6.0
author = Sawyer McLane
builddate = 2019-01-30T15:18:11.604699
builddate = 2019-02-05T13:32:15.308866
1 change: 1 addition & 0 deletions gui.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ class LightFrame(ttk.Labelframe):
return self.label

def trigger_icon_update(self, *args):
""" Just sets a flag for now. Could be more advanced in the future. """
self.icon_update_flag = True

def get_color_values_hsbk(self):
Expand Down

0 comments on commit 608c733

Please sign in to comment.