mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-25 04:18:46 +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,
|
label,
|
||||||
shortcut: None,
|
shortcut: None,
|
||||||
selected: false,
|
selected: false,
|
||||||
enabled: false,
|
enabled: true,
|
||||||
ui: self,
|
ui: self,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user