mirror of
https://github.com/csd4ni3l/music-player.git
synced 2026-01-01 04:03:42 +01:00
Move from list to card grid view, only support popular file extensions,
Use Roboto Black as a font, dont recreate ui on refresh, update styles
This commit is contained in:
2
run.py
2
run.py
@@ -9,6 +9,8 @@ pyglet.options.debug_gl = False
|
||||
|
||||
import logging, datetime, json, sys, arcade
|
||||
|
||||
arcade.ArcadeContext.atlas_size = (16384, 16384)
|
||||
|
||||
from utils.utils import get_closest_resolution, print_debug_info, on_exception, ErrorView
|
||||
from utils.constants import log_dir, menu_background_color
|
||||
from menus.main import Main
|
||||
|
||||
Reference in New Issue
Block a user