fix handy-keys not firing when in the ui (#856)
This commit is contained in:
parent
15fbc47f5a
commit
f367353752
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ pub fn run(cli_args: CliArgs) {
|
|||
.expect("Failed to export typescript bindings");
|
||||
|
||||
let mut builder = tauri::Builder::default()
|
||||
.device_event_filter(tauri::DeviceEventFilter::Always)
|
||||
.plugin(tauri_plugin_dialog::init())
|
||||
.plugin(
|
||||
LogBuilder::new()
|
||||
|
|
|
|||
Loading…
Reference in a new issue