UI: Extensions: Use icon for check notification

This message replaces labels that contain icons, since this message
didn't have an icon the UI looks like it flickers since the text
shifts position.
This commit is contained in:
Pablo Vazquez
2024-06-04 18:05:32 +02:00
parent c67bf1be9c
commit ae26d0468b

View File

@@ -352,7 +352,7 @@ class NotifyHandle:
def ui_text(self):
if self.sync_info is None:
return "Checking for Extension Updates", 'NONE', WM_EXTENSIONS_UPDATE_CHECKING
return "Checking for Extension Updates", 'SORTTIME', WM_EXTENSIONS_UPDATE_CHECKING
status_data, update_count, extra_warnings = self.sync_info
text, icon = bl_extension_utils.CommandBatch.calc_status_text_icon_from_data(
status_data, update_count,