feat: follow-up to d93cecb

This commit is contained in:
2025-03-10 08:34:41 +07:00
parent d93cecbea3
commit 0822b46596
3 changed files with 187 additions and 116 deletions

View File

@@ -282,7 +282,7 @@ fn main() {
Signal::ReceiveMasterKey(event) => {
if let Some(device) = Device::global(cx) {
device.update(cx, |this, cx| {
this.handle_response(event, window, cx);
this.handle_approval(event, window, cx);
});
}
}