mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix some broken link
This commit is contained in:
@@ -408,13 +408,13 @@ class _DesktopHomePageState extends State<DesktopHomePage>
|
||||
"Warning", "wayland_experiment_tip", "", () async {},
|
||||
marginTop: LinuxCards.isEmpty ? 20.0 : 5.0,
|
||||
help: 'Help',
|
||||
link: 'https://rustdesk.com/docs/en/manual/linux/#x11-required'));
|
||||
link: 'https://rustdesk.com/docs/en/client/linux/#x11-required'));
|
||||
} else if (bind.mainIsLoginWayland()) {
|
||||
LinuxCards.add(buildInstallCard("Warning",
|
||||
"Login screen using Wayland is not supported", "", () async {},
|
||||
marginTop: LinuxCards.isEmpty ? 20.0 : 5.0,
|
||||
help: 'Help',
|
||||
link: 'https://rustdesk.com/docs/en/manual/linux/#login-screen'));
|
||||
link: 'https://rustdesk.com/docs/en/client/linux/#login-screen'));
|
||||
}
|
||||
if (LinuxCards.isNotEmpty) {
|
||||
return Column(
|
||||
|
||||
Reference in New Issue
Block a user