Add css in exe (#963)

exe should now default to dark theme too
This commit is contained in:
powderluv
2023-02-06 15:26:08 -08:00
committed by GitHub
parent d35f992ace
commit 60035cd63a

View File

@@ -30,6 +30,7 @@ datas += [
( 'src/utils/resources/model_db.json', 'resources' ),
( 'src/utils/resources/opt_flags.json', 'resources' ),
( 'src/utils/resources/base_model.json', 'resources' ),
( 'web/css/*', 'css' ),
( 'web/logos/*', 'logos' )
]