Update winit and installer

This commit is contained in:
Wildan M
2026-04-18 05:05:35 +07:00
parent 6ec7747b71
commit c867ae1528
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -577,7 +577,7 @@ impl Application for Window {
Task::none()
}
fn view(&self) -> Element<Message> {
fn view(&self) -> Element<'_, Message> {
let mut widgets = Vec::new();
match &self.page {
Page::Sudo(password) => {