@@ -72,7 +72,7 @@ async fn main() {
|
|||||||
setup_logging(&path);
|
setup_logging(&path);
|
||||||
|
|
||||||
let _res = eframe::run_native(
|
let _res = eframe::run_native(
|
||||||
"Damus NoteDeck",
|
"Damus Notedeck",
|
||||||
generate_native_options(path),
|
generate_native_options(path),
|
||||||
Box::new(|cc| {
|
Box::new(|cc| {
|
||||||
Ok(Box::new(Damus::new(
|
Ok(Box::new(Damus::new(
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ pub async fn android_main(app: AndroidApp) {
|
|||||||
let app_args = get_app_args(app);
|
let app_args = get_app_args(app);
|
||||||
|
|
||||||
let _res = eframe::run_native(
|
let _res = eframe::run_native(
|
||||||
"Damus NoteDeck",
|
"Damus Notedeck",
|
||||||
options,
|
options,
|
||||||
Box::new(move |cc| Ok(Box::new(Damus::new(&cc.egui_ctx, path, app_args)))),
|
Box::new(move |cc| Ok(Box::new(Damus::new(&cc.egui_ctx, path, app_args)))),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user