Skip to content

Commit

Permalink
fix a bug with file dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
milomg committed Jan 18, 2025
1 parent ace807b commit bc90ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ fn is_debug() -> bool {
pub fn run() {
tauri::Builder::default()
.plugin(tauri_plugin_http::init())
.plugin(tauri_plugin_dialog::init())
.manage(Mutex::new(None) as DebuggerBody)
.manage(Arc::new(Mutex::new(FlushDisplayState::default())) as FlushDisplayBody)
.manage(Mutex::new(MidiProviderContainer::None))
Expand Down

0 comments on commit bc90ae7

Please sign in to comment.