feat: update tips

This commit is contained in:
rankun 2020-08-02 09:04:14 +08:00
commit 576f49eb66

View file

@ -242,7 +242,7 @@ void KeyMap::loadKeyMap(const QString &json)
} }
// this must be called after m_keyMapNodes is stable // this must be called after m_keyMapNodes is stable
makeReverseMap(); makeReverseMap();
qInfo() << "Script updated."; qInfo() << tr("Script updated, Press ~ key to switch the mapping mode");
parseError: parseError:
if (!errorString.isEmpty()) { if (!errorString.isEmpty()) {