mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement about dialog
This commit is contained in:
parent
39ee50c4ba
commit
eca93df1eb
7 changed files with 74 additions and 11 deletions
|
|
@ -16,6 +16,7 @@ impl Header {
|
|||
// Construct
|
||||
pub fn new_arc(
|
||||
// Actions
|
||||
action_about: SimpleAction,
|
||||
action_debug: SimpleAction,
|
||||
action_profile: SimpleAction,
|
||||
action_quit: SimpleAction,
|
||||
|
|
@ -32,6 +33,7 @@ impl Header {
|
|||
) -> Arc<Self> {
|
||||
// Init components
|
||||
let bar = Bar::new_arc(
|
||||
action_about,
|
||||
action_debug,
|
||||
action_profile,
|
||||
action_quit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue