Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 10, 2024
1 parent 0f644aa commit 146b3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnicodePlots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ include("interface/imageplot.jl")
function __init__()
forced_24bit() && return init_24bit()
forced_8bit() && return init_8bit()
Base.get_have_truecolor() ? init_24bit() : init_8bit()
get_have_truecolor() ? init_24bit() : init_8bit()
nothing
end

Expand Down

0 comments on commit 146b3ba

Please sign in to comment.