mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-22 16:38:33 +00:00
fix compile
This commit is contained in:
parent
6fbf6ba30b
commit
aabe08d657
1 changed files with 1 additions and 1 deletions
|
|
@ -1543,7 +1543,7 @@ mod privacy_mode {
|
|||
}
|
||||
#[cfg(not(windows))]
|
||||
{
|
||||
crate::common::make_privacy_mode_msg(back_notification::PrivacyModeState::OffFailed)
|
||||
crate::common::make_privacy_mode_msg(back_notification::PrivacyModeState::PrvOffFailed)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue