profile loading/creation update, bug fixes
This commit is contained in:
parent
a4da3a7afa
commit
a714c1045d
5 changed files with 10 additions and 11 deletions
|
|
@ -83,7 +83,7 @@ class LoginScreen(CenteredWidget):
|
|||
|
||||
def create_profile(self):
|
||||
self.type = 1
|
||||
self.name = self.new_name.toPlainText()
|
||||
self.name = self.new_name.text()
|
||||
self.close()
|
||||
|
||||
def load_ex_profile(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue