Skip to content

Commit

Permalink
Print version number to log
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithVal committed Feb 19, 2024
1 parent 9fb3128 commit 10235e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OSCLeash.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ def createDefaultConfigFile(configPath): # Creates a default config
program.setWindowTitle()
program.cls()

# Make sure to change this to the correct version number on releases.
print('\x1b[1;32;40m' + "OSCLeash v2.1.1" + '\x1b[0m')

# Test if Config file exists. Create the default if it does not.
configRelativePath = "./Config.json"
if not os.path.exists(configRelativePath):
Expand Down

0 comments on commit 10235e6

Please sign in to comment.