Default DesktopApp to the standard UI state
This commit is contained in:
1 parent
18685da28b
commit
c3122301b4
6 files changed
+6
-6
No files matched your search
@@ -6,5 +6,5 @@ mod app;
|
||||
|
||||
fn main() {
|
||||
let attributes = WindowAttributes::default().with_inner_size(LogicalSize::new(420.0, 900.0));
|
||||
DesktopApp::<DesktopUiState>::run_with_attributes(attributes, app::build);
|
||||
DesktopApp::run_with_attributes(attributes, app::build);
|
||||
}
|
||||
Reference in new issue
Block a user