desktop -> notedeck
This commit is contained in:
@@ -15,7 +15,7 @@ async fn main() {
|
||||
|
||||
let native_options = eframe::NativeOptions::default();
|
||||
let _res = eframe::run_native(
|
||||
"Damus Desktop",
|
||||
"Damus NoteDeck",
|
||||
native_options,
|
||||
Box::new(|_cc| Box::new(Damus::new())),
|
||||
);
|
||||
|
||||
@@ -33,7 +33,7 @@ pub fn android_main(app: AndroidApp) {
|
||||
}));
|
||||
|
||||
eframe::run_native(
|
||||
"Damus Desktop",
|
||||
"Damus NoteDeck",
|
||||
options,
|
||||
Box::new(|_cc| Box::new(Damus::new())),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user