fix: remove theme_color redef

This commit is contained in:
Travis Abendshien
2024-08-23 13:10:34 -07:00
parent 9f688cd387
commit c377b9d875

View File

@@ -911,12 +911,6 @@ class ThumbRenderer(QObject):
if update_on_ratio_change:
self.updated_ratio.emit(1)
theme_color: str = (
"theme_light"
if QGuiApplication.styleHints().colorScheme()
== Qt.ColorScheme.Light
else "theme_dark"
)
final = self._get_icon(
name=self._get_resource_id(_filepath),
color=theme_color,