fluxa-desktop/src-tauri
KhooLy 77f69fe099 fix: don't mark first frame presented while a resume seek is pending
report_swap() flipped first_frame_presented as soon as any frame
rendered, even the pre-seek frame 0 mpv holds while paused waiting
for the resume position to land. The frontend uses that flag to
dismiss the loading overlay, so resuming from continue watching
flashed the video's first frame before jumping to the saved position.
Gate it the same way restore_audio_after_first_presented_frame()
already does.
2026-07-30 19:58:41 +03:00
..
assets Add Anime4K mode shortcuts 2026-07-10 23:48:12 +03:00
capabilities Add stream/magnet link copy and download-from-context-menu 2026-07-15 19:36:03 +03:00
examples style: run rustfmt over backend Rust modules 2026-07-27 16:12:54 +03:00
icons chore: refresh app icons 2026-07-02 00:11:15 +03:00
patches/tauri-runtime-wry-2.11.2 feat: initial release 2026-06-17 00:42:06 +03:00
plugins/tauri-plugin-libmpv feat: initial release 2026-06-17 00:42:06 +03:00
src fix: don't mark first frame presented while a resume seek is pending 2026-07-30 19:58:41 +03:00
build.rs feat: initial release 2026-06-17 00:42:06 +03:00
Cargo.lock feat(player): show HDR badge in player header when playing HDR content 2026-07-28 21:28:23 +03:00
Cargo.toml chore: bump to Rust edition 2024, update GitHub Actions to latest majors 2026-07-28 15:27:42 +03:00
fetch-libmpv.sh feat: switch to gpu-next libmpv fork, fix player UI bugs, bump v0.1.1 2026-06-17 18:50:15 +03:00
tauri.conf.json feat(desktop): HDR display output support (Windows) 2026-07-27 16:17:18 +03:00