mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-13 05:14:22 +01:00
@@ -72,7 +72,7 @@ async fn main() {
|
||||
setup_logging(&path);
|
||||
|
||||
let _res = eframe::run_native(
|
||||
"Damus NoteDeck",
|
||||
"Damus Notedeck",
|
||||
generate_native_options(path),
|
||||
Box::new(|cc| {
|
||||
Ok(Box::new(Damus::new(
|
||||
|
||||
@@ -82,7 +82,7 @@ pub async fn android_main(app: AndroidApp) {
|
||||
let app_args = get_app_args(app);
|
||||
|
||||
let _res = eframe::run_native(
|
||||
"Damus NoteDeck",
|
||||
"Damus Notedeck",
|
||||
options,
|
||||
Box::new(move |cc| Ok(Box::new(Damus::new(&cc.egui_ctx, path, app_args)))),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user