!65 fix(plugin-vpn): modify search text

Merge pull request !65 from zy-yuan1/nile0130
This commit is contained in:
赵世旭 2024-03-01 03:30:47 +00:00 committed by Gitee
commit ffec736c36
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ QWidget *Vpn::pluginUi(){
const QString Vpn::name() const {
return QStringLiteral("VPN");
return QStringLiteral("Vpn");
}
bool Vpn::isShowOnHomePage() const