mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement about dialog
This commit is contained in:
parent
39ee50c4ba
commit
eca93df1eb
7 changed files with 74 additions and 11 deletions
|
|
@ -41,6 +41,7 @@ impl App {
|
|||
profile_path: PathBuf,
|
||||
) -> Self {
|
||||
// Init actions
|
||||
let action_about = Action::new("win", true, None);
|
||||
let action_debug = Action::new("win", true, None);
|
||||
let action_profile = Action::new("win", true, None);
|
||||
let action_quit = Action::new("win", true, None);
|
||||
|
|
@ -80,6 +81,7 @@ impl App {
|
|||
// Init components
|
||||
let browser = Arc::new(Browser::new(
|
||||
profile_path,
|
||||
action_about.simple(),
|
||||
action_debug.simple(),
|
||||
action_profile.simple(),
|
||||
action_quit.simple(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue