Remove custom font
This commit is contained in:
parent
25e059af5e
commit
cad032d4af
|
|
@ -76,7 +76,7 @@ struct MyApp {
|
||||||
|
|
||||||
impl MyApp {
|
impl MyApp {
|
||||||
fn new(cc: &eframe::CreationContext<'_>) -> Self {
|
fn new(cc: &eframe::CreationContext<'_>) -> Self {
|
||||||
setup_custom_fonts(&cc.egui_ctx);
|
//setup_custom_fonts(&cc.egui_ctx);
|
||||||
Self {
|
Self {
|
||||||
hub: confy::load("lwa_unity_hub", "config").unwrap(),
|
hub: confy::load("lwa_unity_hub", "config").unwrap(),
|
||||||
current_tab: WindowTab::Projects,
|
current_tab: WindowTab::Projects,
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue