Initial menu implementation

This commit is contained in:
Richard 2021-07-05 16:23:44 -03:00
parent 4994d34aba
commit 9fc5ad23ed
14 changed files with 487 additions and 8 deletions

View file

@ -36,6 +36,8 @@ impl<A: Application> State<A> {
)
};
window.set_menu(Some(conversion::menu(application.menu())));
Self {
title,
mode,