diff options
| author | 2021-02-02 15:04:09 -0800 | |
|---|---|---|
| committer | 2021-02-02 15:04:09 -0800 | |
| commit | e5a76d728f23cf3ec2508e9f13505cf267fd4519 (patch) | |
| tree | 9e21a0c070f071f0d7783270d17d1011affe9b69 | |
| parent | Merge pull request #5866 from Morph1984/log-all-paths (diff) | |
| parent | Avoid overwritting username (diff) | |
| download | yuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.tar.gz yuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.tar.xz yuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.zip | |
Merge pull request #5841 from german77/username
Avoid overwriting username
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/configuration/configure_profile_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_profile_manager.cpp b/src/yuzu/configuration/configure_profile_manager.cpp index d102a43af..51647a028 100644 --- a/src/yuzu/configuration/configure_profile_manager.cpp +++ b/src/yuzu/configuration/configure_profile_manager.cpp | |||
| @@ -116,8 +116,8 @@ ConfigureProfileManager ::ConfigureProfileManager(QWidget* parent) | |||
| 116 | scene = new QGraphicsScene; | 116 | scene = new QGraphicsScene; |
| 117 | ui->current_user_icon->setScene(scene); | 117 | ui->current_user_icon->setScene(scene); |
| 118 | 118 | ||
| 119 | SetConfiguration(); | ||
| 120 | RetranslateUI(); | 119 | RetranslateUI(); |
| 120 | SetConfiguration(); | ||
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | ConfigureProfileManager::~ConfigureProfileManager() = default; | 123 | ConfigureProfileManager::~ConfigureProfileManager() = default; |