This commit is contained in:
sxyazi 2025-01-18 22:43:01 +08:00
parent d5f4cd7c2e
commit eb6e358449
No known key found for this signature in database

View file

@ -116,8 +116,8 @@ impl Folder {
}
#[inline]
pub fn repos(&mut self, url: Option<impl AsRef<Urn>>) -> bool {
if let Some(u) = url { self.hover(u.as_ref()) } else { self.arrow(0) }
pub fn repos(&mut self, urn: Option<impl AsRef<Urn>>) -> bool {
if let Some(u) = urn { self.hover(u.as_ref()) } else { self.arrow(0) }
}
pub fn sync_page(&mut self, force: bool) {