Remove custom font

This commit is contained in:
Piotr Siuszko 2022-09-25 16:15:38 +02:00
parent 25e059af5e
commit cad032d4af
2 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ struct MyApp {
impl MyApp {
fn new(cc: &eframe::CreationContext<'_>) -> Self {
setup_custom_fonts(&cc.egui_ctx);
//setup_custom_fonts(&cc.egui_ctx);
Self {
hub: confy::load("lwa_unity_hub", "config").unwrap(),
current_tab: WindowTab::Projects,

Binary file not shown.