configure_system: Clear current username before overwriting

Prevents bug where old username would remain if the new username was shorter in length.
This commit is contained in:
Zach Hilman 2018-10-24 09:25:13 -04:00
parent bfad41b0c1
commit e7ac42677b
2 changed files with 15 additions and 5 deletions

View file

@ -8,7 +8,11 @@
#include <QList>
#include <QWidget>
#include "core/hle/service/acc/profile_manager.h"
namespace Service::Account {
class ProfileManager;
struct UUID;
} // namespace Service::Account
class QGraphicsScene;
class QStandardItem;