mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-02 14:18:49 +00:00
chore: format
This commit is contained in:
parent
1c00638917
commit
06615f1f80
3 changed files with 7 additions and 5 deletions
|
@ -4,5 +4,5 @@ pub mod build_mercury;
|
|||
pub mod build_monado;
|
||||
pub mod build_opencomposite;
|
||||
pub mod build_openhmd;
|
||||
pub mod build_wivrn;
|
||||
pub mod build_stardust;
|
||||
pub mod build_wivrn;
|
||||
|
|
|
@ -662,9 +662,11 @@ impl SimpleComponent for MainView {
|
|||
profile_delete_confirm_dialog,
|
||||
root_win: init.root_win.clone(),
|
||||
profile_editor: None,
|
||||
stardust_view: StardustView::builder().launch(StardustViewInit {
|
||||
root_win: init.root_win.clone()
|
||||
}).detach(),
|
||||
stardust_view: StardustView::builder()
|
||||
.launch(StardustViewInit {
|
||||
root_win: init.root_win.clone(),
|
||||
})
|
||||
.detach(),
|
||||
tracker: 0,
|
||||
};
|
||||
let widgets = view_output!();
|
||||
|
|
|
@ -14,7 +14,7 @@ pub mod macros;
|
|||
pub mod main_view;
|
||||
pub mod preference_rows;
|
||||
pub mod profile_editor;
|
||||
pub mod stardust;
|
||||
pub mod steam_launch_options_box;
|
||||
pub mod util;
|
||||
pub mod wivrn_conf_editor;
|
||||
pub mod stardust;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue