Enable rounded corners in UI settings

Set USE_ROUNDED_CORNERS to True to activate rounded corners in the user interface.
This commit is contained in:
Yiannis Christodoulou 2025-10-20 12:07:42 +03:00
parent 5625239c9d
commit c3e17ec07f

View File

@ -554,7 +554,7 @@ USE_RBAC = False
USE_IDENTITY_PROVIDERS = False USE_IDENTITY_PROVIDERS = False
JAZZMIN_UI_TWEAKS = {"theme": "flatly"} JAZZMIN_UI_TWEAKS = {"theme": "flatly"}
USE_ROUNDED_CORNERS = False USE_ROUNDED_CORNERS = True
ALLOW_VIDEO_TRIMMER = True ALLOW_VIDEO_TRIMMER = True