mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 07:41:29 +03:00
remove more "rustdesk" built-in
This commit is contained in:
@@ -379,7 +379,7 @@ class FfiModel with ChangeNotifier {
|
||||
|
||||
onUrlSchemeReceived(Map<String, dynamic> evt) {
|
||||
final url = evt['url'].toString().trim();
|
||||
if (url.startsWith(kUniLinksPrefix) && handleUriLink(uriString: url)) {
|
||||
if (url.startsWith(bind.mainUriPrefixSync()) && handleUriLink(uriString: url)) {
|
||||
return;
|
||||
}
|
||||
switch (url) {
|
||||
|
||||
Reference in New Issue
Block a user