mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 02:13:32 +08:00
fix: 去掉校园网字样
This commit is contained in:
@@ -458,7 +458,7 @@ void MainWindow::updateConnectionState(ConnectionState state)
|
||||
case ConnectionState::Disconnected:
|
||||
propertyValue = "disconnected";
|
||||
title = "尚未连接";
|
||||
detail = "连接后即可访问校园网络资源。";
|
||||
detail = "连接后即可访问网络资源。";
|
||||
break;
|
||||
case ConnectionState::Starting:
|
||||
propertyValue = "starting";
|
||||
|
||||
@@ -240,7 +240,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="statusDetailLabel">
|
||||
<property name="text">
|
||||
<string>连接后即可访问校园网络资源。</string>
|
||||
<string>连接后即可访问网络资源。</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user