wip rebase updates
This commit is contained in:
parent
86dcf8af6c
commit
e10459fb37
68 changed files with 1776 additions and 1544 deletions
|
|
@ -39,7 +39,7 @@ pub fn set_theme<M: Send + 'static>(theme: crate::Theme) -> iced::Task<crate::Ac
|
|||
|
||||
/// Sets the window mode to windowed.
|
||||
pub fn set_windowed<M>(id: window::Id) -> iced::Task<crate::Action<M>> {
|
||||
iced_runtime::window::change_mode(id, window::Mode::Windowed)
|
||||
iced_runtime::window::set_mode(id, window::Mode::Windowed)
|
||||
}
|
||||
|
||||
/// Toggles the windows' maximize state.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue