diff options
| -rw-r--r-- | src/yuzu/configuration/configure_system.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_system.cpp b/src/yuzu/configuration/configure_system.cpp index d4ed7d5d3..3aa9ca07e 100644 --- a/src/yuzu/configuration/configure_system.cpp +++ b/src/yuzu/configuration/configure_system.cpp | |||
| @@ -232,8 +232,7 @@ void ConfigureSystem::SelectUser(const QModelIndex& index) { | |||
| 232 | } | 232 | } |
| 233 | 233 | ||
| 234 | void ConfigureSystem::AddUser() { | 234 | void ConfigureSystem::AddUser() { |
| 235 | Service::Account::UUID uuid; | 235 | const auto uuid = Service::Account::UUID::Generate(); |
| 236 | uuid.Generate(); | ||
| 237 | 236 | ||
| 238 | bool ok = false; | 237 | bool ok = false; |
| 239 | const auto username = | 238 | const auto username = |