v0.4.0
This commit is contained in:
parent
80b0ea4f0e
commit
3ddb7470fc
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ class Toxygen:
|
|||
return
|
||||
self.tox = profile.tox_factory()
|
||||
self.tox.self_set_name(bytes(_login.name, 'utf-8') if _login.name else b'Toxygen User')
|
||||
self.tox.self_set_status_message(b'Toxing on T03')
|
||||
self.tox.self_set_status_message(b'Toxing on Toxygen')
|
||||
reply = QtWidgets.QMessageBox.question(None,
|
||||
'Profile {}'.format(name),
|
||||
QtWidgets.QApplication.translate("login",
|
||||
|
|
|
@ -5,7 +5,7 @@ import sys
|
|||
import re
|
||||
|
||||
|
||||
program_version = '0.3.2'
|
||||
program_version = '0.4.0'
|
||||
|
||||
|
||||
def cached(func):
|
||||
|
|
Loading…
Reference in a new issue