Updated copyright information and moved fonts to assets folder

This commit is contained in:
Hector van der Aa
2026-05-06 16:15:25 +02:00
parent fa879267c0
commit a9fc152724
13 changed files with 28 additions and 280 deletions

View File

@@ -28,7 +28,7 @@ def run() -> None:
# Add Inter font to registry and bind as main app font
with dpg.font_registry():
app_font = dpg.add_font("./Inter-Regular.ttf", 18*2)
app_font = dpg.add_font("assets/fonts/Inter-Regular.ttf", 18*2)
dpg.bind_font(app_font)
dataflux.ui.windows.build_windows(state)