remove all stupid canLaunchUrl

This commit is contained in:
rustdesk
2024-12-29 23:43:31 +08:00
parent b1f54acf90
commit 8e4127b6a0
2 changed files with 2 additions and 7 deletions

View File

@@ -607,7 +607,6 @@ class _GeneralState extends State<_General> {
bool user_dir_exists = await Directory(user_dir).exists();
bool root_dir_exists =
showRootDir ? await Directory(root_dir).exists() : false;
// canLaunchUrl blocked on windows portable, user SYSTEM
return {
'user_dir': user_dir,
'root_dir': root_dir,