elevation prompt && uac warning

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-09-27 13:30:49 +08:00
parent e1c2b8de6e
commit 728985e3bf
32 changed files with 156 additions and 16 deletions

View File

@@ -979,6 +979,12 @@ impl<T: InvokeUiSession> Remote<T> {
return false;
}
}
Some(misc::Union::Uac(uac)) => {
if uac {
self.handler
.msgbox("custom-uac-nocancel", "Warning", "uac_warning");
}
}
_ => {}
},
Some(message::Union::TestDelay(t)) => {