mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
topmost_window_exclude_from_capture, change label text
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -7,3 +7,11 @@ pub(super) fn is_supported() -> bool {
|
||||
// https://en.wikipedia.org/wiki/Windows_10_version_history
|
||||
crate::platform::windows::is_windows_version_or_greater(10, 0, 19041, 0, 0)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn test_is_support() {
|
||||
println!("is exclude from capture supported: {}", super::is_supported());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user