accidentally disabled all menu items by default, that's my bad

This commit is contained in:
Jack Mac 2021-10-15 16:34:15 -04:00
parent 5261ea7d82
commit 6cabe8d97a

View File

@ -131,7 +131,7 @@ impl Ui {
label,
shortcut: None,
selected: false,
enabled: false,
enabled: true,
ui: self,
}
}