summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-02-03 00:04:09 +0100
committerGitHub <noreply@github.com>2021-02-03 00:04:09 +0100
commite5a76d728f23cf3ec2508e9f13505cf267fd4519 (patch)
tree9e21a0c070f071f0d7783270d17d1011affe9b69
parentMerge pull request #5866 from Morph1984/log-all-paths (diff)
parentAvoid overwritting username (diff)
downloadyuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.tar
yuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.tar.gz
yuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.tar.bz2
yuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.tar.lz
yuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.tar.xz
yuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.tar.zst
yuzu-e5a76d728f23cf3ec2508e9f13505cf267fd4519.zip
-rw-r--r--src/yuzu/configuration/configure_profile_manager.cpp2
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)
scene = new QGraphicsScene;
ui->current_user_icon->setScene(scene);
- SetConfiguration();
RetranslateUI();
+ SetConfiguration();
}
ConfigureProfileManager::~ConfigureProfileManager() = default;