remove unused import
This commit is contained in:
parent
d3cad4973f
commit
012ab26aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ use tauri::{App, AppHandle, Manager};
|
|||
use tauri_plugin_global_shortcut::GlobalShortcutExt;
|
||||
use tauri_plugin_global_shortcut::{Shortcut, ShortcutState};
|
||||
|
||||
use crate::actions::{ShortcutAction, ACTION_MAP};
|
||||
use crate::actions::ACTION_MAP;
|
||||
use crate::settings::ShortcutBinding;
|
||||
use crate::settings::{self, get_settings};
|
||||
use crate::ManagedToggleState;
|
||||
|
|
|
|||
Loading…
Reference in a new issue