fix: reversed logic of palette modal_dim
This commit is contained in:
parent
c8ed34701c
commit
f26d0534de
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ pub fn Create(options: type) type {
|
|||
else
|
||||
ModalBackground.Options(*Self).on_render_default
|
||||
else
|
||||
ModalBackground.Options(*Self).on_render_default,
|
||||
ModalBackground.Options(*Self).on_render_dim,
|
||||
}),
|
||||
.menu = try Menu.create(*Self, allocator, tui.plane(), .{
|
||||
.ctx = self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue