Skip to content

Commit

Permalink
frontend: fix picker resolve for windows builds
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Nov 29, 2024
1 parent 7d68bf4 commit e01f046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yeet-frontend/src/task/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl TaskManager {
}

#[cfg(target_os = "windows")]
fn resolve_picker() -> Option<(Picker, ProtocolType)> {
fn resolve_picker() -> Option<Picker> {
// FIX: https://github.com/benjajaja/ratatui-image/issues/32
// otherwise make fontsize configureable
None
Expand Down

0 comments on commit e01f046

Please sign in to comment.