mirror of https://github.com/Leinnan/rpack.git
Update app.rs
This commit is contained in:
parent
9d9b221e49
commit
43fbe6453c
|
|
@ -149,7 +149,7 @@ impl Application {
|
|||
}
|
||||
}
|
||||
/// Called once before the first frame.
|
||||
#[allow(dead_code)]
|
||||
#[allow(dead_code, unused_variables, unused_mut)]
|
||||
pub fn new(cc: &eframe::CreationContext<'_>, config_file: Option<String>) -> Self {
|
||||
crate::fonts::setup_custom_fonts(&cc.egui_ctx);
|
||||
// This is also where you can customize the look and feel of egui using
|
||||
|
|
|
|||
Loading…
Reference in New Issue