|
@@ -1,4 +1,4 @@
|
|
-use crate::assets::*;
|
|
|
|
|
|
+use crate::{assets::*, edits::EditQueue};
|
|
use std::{
|
|
use std::{
|
|
borrow::Cow,
|
|
borrow::Cow,
|
|
path::{Path, PathBuf},
|
|
path::{Path, PathBuf},
|
|
@@ -16,7 +16,7 @@ pub(super) async fn desktop_handler(
|
|
custom_index: Option<String>,
|
|
custom_index: Option<String>,
|
|
root_name: &str,
|
|
root_name: &str,
|
|
asset_handlers: &AssetHandlerRegistry,
|
|
asset_handlers: &AssetHandlerRegistry,
|
|
- edit_queue: &crate::edits::EditQueue,
|
|
|
|
|
|
+ edit_queue: &EditQueue,
|
|
headless: bool,
|
|
headless: bool,
|
|
responder: wry::RequestAsyncResponder,
|
|
responder: wry::RequestAsyncResponder,
|
|
) {
|
|
) {
|