mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
opt web console menu text (#7452)
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -377,7 +377,7 @@ class _AddressBookState extends State<AddressBook> {
|
||||
syncMenuItem(),
|
||||
filterMenuItem(),
|
||||
MenuEntryDivider<String>(),
|
||||
getEntry(translate("Web Console"), () async {
|
||||
getEntry(translate("ab_web_console_tip"), () async {
|
||||
final url = await bind.mainGetApiServer();
|
||||
if (await canLaunchUrlString(url)) {
|
||||
launchUrlString(url);
|
||||
|
||||
Reference in New Issue
Block a user