Avoid overwritting username
This commit is contained in:
parent
a0042f8350
commit
f4442c3456
1 changed files with 1 additions and 1 deletions
|
@ -116,8 +116,8 @@ ConfigureProfileManager ::ConfigureProfileManager(QWidget* parent)
|
|||
scene = new QGraphicsScene;
|
||||
ui->current_user_icon->setScene(scene);
|
||||
|
||||
SetConfiguration();
|
||||
RetranslateUI();
|
||||
SetConfiguration();
|
||||
}
|
||||
|
||||
ConfigureProfileManager::~ConfigureProfileManager() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue