fix: privacy mode, windows vd, init resolution (#8992)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2024-08-08 15:31:11 +08:00
committed by GitHub
parent 6197832317
commit 049c334db3
3 changed files with 15 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ impl PrivacyMode for PrivacyModeImpl {
fn is_async_privacy_mode(&self) -> bool {
false
}
fn init(&self) -> ResultType<()> {
Ok(())
}