citra_qt/configuration: fix language configuration issues
This commit is contained in:
parent
7c3d325aff
commit
ab07d44193
12 changed files with 54 additions and 31 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
|
||||
void applyConfiguration();
|
||||
void retranslateUi();
|
||||
void setConfiguration();
|
||||
|
||||
public slots:
|
||||
void RefreshTelemetryID();
|
||||
|
@ -29,8 +30,6 @@ public slots:
|
|||
void OnLoginVerified();
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
|
||||
bool user_verified = true;
|
||||
QFutureWatcher<bool> verify_watcher;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue