mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Implement fullscreen functionality
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ pub async fn run_conversion_loop(
|
||||
let Some((page_info, new_iter)) = (idx_start..page)
|
||||
.interleave(page..idx_end)
|
||||
.enumerate()
|
||||
.skip(*iteration)
|
||||
// .skip(*iteration)
|
||||
.find_map(|(i_idx, p_idx)| images[p_idx].take().map(|p| (p, i_idx)))
|
||||
else {
|
||||
return Ok(None);
|
||||
|
||||
Reference in New Issue
Block a user