file transfer - fix C: cannot be opened bug & update windows root style (This PC)

This commit is contained in:
csf
2022-11-02 23:48:02 +09:00
parent b8f73f7f00
commit 519b5fb555
24 changed files with 92 additions and 20 deletions

View File

@@ -385,5 +385,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Wayland requires higher version of linux distro. Please try X11 desktop or change your OS.", "Wayland requer uma versão superior da distribuição linux. Por favor, tente o desktop X11 ou mude seu sistema operacional."),
("JumpLink", "View"),
("Please Select the screen to be shared(Operate on the peer side).", "Por favor, selecione a tela a ser compartilhada (operar no lado do peer)."),
("Show RustDesk", ""),
("This PC", ""),
].iter().cloned().collect();
}