feat: setup packager and auto-updater

This commit is contained in:
2025-02-11 09:13:08 +07:00
parent 1bb9729e75
commit f5f9b66df5
16 changed files with 76 additions and 67 deletions

View File

@@ -256,8 +256,6 @@ impl StackPanel {
cx.emit(PanelEvent::LayoutChanged);
self.remove_self_if_empty(window, cx);
} else {
println!("Panel not found in stack panel.");
}
}