🚚 Rename context operation for adding base assets

This commit is contained in:
Manuel Cillero 2023-10-20 00:49:11 +02:00
parent e8e7f62d6c
commit 3e9dbac21d
4 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@ impl ThemeTrait for Bulmix {
.with_version("0.9.4")
.with_weight(-99),
))
.alter_context(ContextOp::AddAssetsForBase);
.alter_context(ContextOp::AddBaseAssets);
}
#[rustfmt::skip]