Fix some path bugs. Reload the profile when first time dialog wrote it.
This commit is contained in:
@@ -37,6 +37,7 @@ name = profile.get_nick_name()
|
||||
if not name or not len(name):
|
||||
dialog = FirstTimeDialog()
|
||||
dialog.run()
|
||||
profile.update()
|
||||
|
||||
model = ShellModel()
|
||||
shell = Shell(model)
|
||||
|
||||
Reference in New Issue
Block a user