frontend/applets/swkbd: use system username

This commit is contained in:
zhupengfei
2018-07-17 22:42:53 +08:00
parent dcaf4a8e83
commit b54e3b7aa9
3 changed files with 9 additions and 6 deletions

View File

@ -7,6 +7,6 @@
namespace Frontend {
void RegisterDefaultApplets() {
RegisterSoftwareKeyboard(std::make_shared<DefaultCitraKeyboard>());
RegisterSoftwareKeyboard(std::make_shared<DefaultKeyboard>());
}
} // namespace Frontend