remove BADGE_COLORS constant

This commit is contained in:
tfuxu 2022-09-24 21:06:55 +02:00
parent 78000c73ab
commit b33c27703a

View file

@ -30,7 +30,7 @@ from .explore_preset_row import GradienceExplorePresetRow
from .modules.custom_presets import fetch_presets
from .repo_row import GradienceRepoRow
from .modules.utils import buglog
from .constants import rootdir, BADGE_COLORS
from .constants import rootdir
@Gtk.Template(resource_path=f"{rootdir}/ui/presets_manager_window.ui")