trivial changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
a0c899bd67
commit
96a62f188d
1
.github/workflows/flutter-nightly.yml
vendored
1
.github/workflows/flutter-nightly.yml
vendored
@ -11,4 +11,3 @@ jobs:
|
|||||||
uses: ./.github/workflows/flutter-build.yml
|
uses: ./.github/workflows/flutter-build.yml
|
||||||
with:
|
with:
|
||||||
upload-artifact: true
|
upload-artifact: true
|
||||||
|
|
||||||
|
@ -1256,7 +1256,7 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||||||
},
|
},
|
||||||
Some(message::Union::MessageBox(msgbox)) => {
|
Some(message::Union::MessageBox(msgbox)) => {
|
||||||
let mut link = msgbox.link;
|
let mut link = msgbox.link;
|
||||||
// Links from remote side must be verified.
|
// Links from the remote side must be verified.
|
||||||
if !link.starts_with("rustdesk://") {
|
if !link.starts_with("rustdesk://") {
|
||||||
if let Some(v) = hbb_common::config::HELPER_URL.get(&link as &str) {
|
if let Some(v) = hbb_common::config::HELPER_URL.get(&link as &str) {
|
||||||
link = v.to_string();
|
link = v.to_string();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user