Set plugin name from Vpn to VPN
This commit is contained in:
parent
e3f7d0fd9e
commit
4453e75a4c
|
@ -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
|
||||
|
|
|
@ -113,7 +113,7 @@ QWidget *Vpn::pluginUi(){
|
|||
|
||||
const QString Vpn::name() const {
|
||||
|
||||
return QStringLiteral("Vpn");
|
||||
return QStringLiteral("VPN");
|
||||
}
|
||||
|
||||
bool Vpn::isShowOnHomePage() const
|
||||
|
|
Loading…
Reference in New Issue