Bug fix et mise à jour fichier .spec

This commit is contained in:
2026-03-13 14:02:59 +01:00
parent d0ede2acd5
commit 8e22b69f81
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
from PySide6.QtCore import QPropertyAnimation, QEasingCurve
from PySide6.QtWidgets import QGraphicsDropShadowEffect
from src.constants import GLOW_COLOR, GLOW_BLUR_BASE, GLOW_BLUR_PEAK, GLOW_ANIM_DURATION
from constants import GLOW_COLOR, GLOW_BLUR_BASE, GLOW_BLUR_PEAK, GLOW_ANIM_DURATION
class GlowAnimator: