Move ui/ to assets/ui

This commit is contained in:
Wiktor Zykubek 2023-07-10 02:10:52 +02:00
parent 16c35d1010
commit fe0cc065aa
No known key found for this signature in database
GPG Key ID: 0DAA9DC01449FCA2
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import sys
import os
from shutil import which
UI_DIR = "ui"
UI_DIR = "assets/ui"
class UICNotFound(Exception):