File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,15 +90,12 @@ pub const LINK_DOCS_HOME: &str = "https://rustdesk.com/docs/en/";
9090pub const LINK_DOCS_X11_REQUIRED : & str = "https://rustdesk.com/docs/en/manual/linux/#x11-required" ;
9191pub const LINK_HEADLESS_LINUX_SUPPORT : & str =
9292 "https://github.com/rustdesk/rustdesk/wiki/Headless-Linux-Support" ;
93- pub const LINK_KDE_PLASMA_WAYLAND_SELECT_ALL_DISPLAYS : & str =
94- "https://github.com/rustdesk/rustdesk/discussions/13468" ;
9593
9694lazy_static:: lazy_static! {
9795 pub static ref HELPER_URL : HashMap <& ' static str , & ' static str > = HashMap :: from( [
9896 ( "rustdesk docs home" , LINK_DOCS_HOME ) ,
9997 ( "rustdesk docs x11-required" , LINK_DOCS_X11_REQUIRED ) ,
10098 ( "rustdesk x11 headless" , LINK_HEADLESS_LINUX_SUPPORT ) ,
101- ( "rustdesk discussion Plasma Wayland all displays" , LINK_KDE_PLASMA_WAYLAND_SELECT_ALL_DISPLAYS ) ,
10299 ] ) ;
103100}
104101
You can’t perform that action at this time.
0 commit comments