Browse Source
Merge pull request #5841 from german77/username
Avoid overwriting username
pull/15/merge
bunnei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/configuration/configure_profile_manager.cpp
|
|
|
@ -116,8 +116,8 @@ ConfigureProfileManager ::ConfigureProfileManager(QWidget* parent) |
|
|
|
scene = new QGraphicsScene; |
|
|
|
ui->current_user_icon->setScene(scene); |
|
|
|
|
|
|
|
SetConfiguration(); |
|
|
|
RetranslateUI(); |
|
|
|
SetConfiguration(); |
|
|
|
} |
|
|
|
|
|
|
|
ConfigureProfileManager::~ConfigureProfileManager() = default; |
|
|
|
|