mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 19:06:34 +00:00
1. ui.rs lacked `use crate::os_update` — module declared in main.rs but ui.rs couldn't resolve os_update::check/apply calls. 2. webkit6::WebView::user_content_manager() returns Option<UCM> not UCM directly — guard with if-let instead of calling method on Option. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.lock | ||
| Cargo.toml | ||
| prototype.sh | ||