Remove comment

This commit is contained in:
Luke 2025-02-06 08:51:59 +01:00
parent 408fd93083
commit e24cb30e1e
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ def _init_icon():
icon_custom = config.val.app.icon
if icon_custom is not None:
# Use the custom icon if possible
pixmap = QPixmap()
try:
pixmap.loadFromData(resources.read_absolute_file_binary(icon_custom))