Update app.rs

This commit is contained in:
Piotr Siuszko 2025-09-16 19:59:30 +02:00
parent 9d9b221e49
commit 43fbe6453c
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ impl Application {
} }
} }
/// Called once before the first frame. /// 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 { pub fn new(cc: &eframe::CreationContext<'_>, config_file: Option<String>) -> Self {
crate::fonts::setup_custom_fonts(&cc.egui_ctx); crate::fonts::setup_custom_fonts(&cc.egui_ctx);
// This is also where you can customize the look and feel of egui using // This is also where you can customize the look and feel of egui using