Skip to content

Commit

Permalink
small add for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
xpierroz committed Jun 13, 2023
1 parent 9ab5f46 commit 598bbc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roseui/v8.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ links = {
"rose_discord": "https://discord.gg/D7Qpj8sKUF"
}

logger.critical(f"Rose UI Builder is using version {str(__version__)}")

def open_link(key):
webbrowser.open(links[key])

Expand Down

0 comments on commit 598bbc8

Please sign in to comment.