frontend/applets/swkbd: use system username

This commit is contained in:
zhupengfei 2018-07-17 22:42:53 +08:00
parent dcaf4a8e83
commit b54e3b7aa9
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
3 changed files with 9 additions and 6 deletions

View file

@ -119,7 +119,7 @@ protected:
KeyboardData data;
};
class DefaultCitraKeyboard final : public SoftwareKeyboard {
class DefaultKeyboard final : public SoftwareKeyboard {
public:
void Setup(const KeyboardConfig* config) override;
};