Set plugin name from Vpn to VPN

This commit is contained in:
handsome_feng 2023-05-13 16:54:08 +08:00
parent e3f7d0fd9e
commit 4453e75a4c
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kylin-nm (4.0.0.0-ok5) yangtze; urgency=medium
* Modify plugin name from Vpn to VPN.
-- handsome_feng <jianfengli@ubuntukylin.com> Sat, 13 May 2023 16:52:05 +0800
kylin-nm (4.0.0.0-ok4) yangtz; urgency=medium
* remove kysec

View File

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