summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--native/src/window/action.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/window/action.rs b/native/src/window/action.rs
index 63858bc8..e345cdfc 100644
--- a/native/src/window/action.rs
+++ b/native/src/window/action.rs
@@ -1,4 +1,4 @@
-use crate::window::{Mode, UserAttention};
+use crate::window::{Mode, UserAttention, Settings};
use iced_futures::MaybeSend;
use std::fmt;
@@ -16,7 +16,7 @@ pub enum Action<T> {
/// Spawns a new window with the provided [`window::Settings`].
Spawn {
/// The settings of the [`Window`].
- settings: window::Settings,
+ settings: Settings,
},
/// Resize the window.
Resize {