mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
accidentally disabled all menu items by default, that's my bad
This commit is contained in:
parent
5261ea7d82
commit
6cabe8d97a
@ -131,7 +131,7 @@ impl Ui {
|
||||
label,
|
||||
shortcut: None,
|
||||
selected: false,
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
ui: self,
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user