mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
d5f4cd7c2e
commit
eb6e358449
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue