frontend/applets/swkbd: use system username
This commit is contained in:
@ -7,6 +7,6 @@
|
||||
|
||||
namespace Frontend {
|
||||
void RegisterDefaultApplets() {
|
||||
RegisterSoftwareKeyboard(std::make_shared<DefaultCitraKeyboard>());
|
||||
RegisterSoftwareKeyboard(std::make_shared<DefaultKeyboard>());
|
||||
}
|
||||
} // namespace Frontend
|
||||
|
Reference in New Issue
Block a user