Skip to content

Commit

Permalink
adapt plugin registration
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Feb 14, 2024
1 parent 0e69955 commit c1452c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StippleUI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function __init__()
push!(Stipple.Layout.THEMES[], theme)
Stipple.add_css(theme)
Stipple.deps!(@__MODULE__, deps)
Stipple.add_plugins(plugins)
Stipple.add_plugins(StippleUI, plugins)

@static if !isdefined(Base, :get_extension)
@require DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" begin
Expand Down

0 comments on commit c1452c6

Please sign in to comment.