feat(dde-dock): No translation for adding keyboard layout for the first

This commit is contained in:
wangxuwen 2019-12-14 09:43:20 +08:00
parent 776b544959
commit 8bd687eb21

View File

@ -92,7 +92,7 @@ void DBusAdaptors::onUserLayoutListChanged(const QStringList &value)
{
m_userLayoutList = value;
refreshMenu();
initAllLayoutList();
emit layoutChanged(layout());
}