Skip to content

Commit 5678b10

Browse files
committed
修复图标名称错误问题
1 parent 357f542 commit 5678b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/view/settings/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def setup_update_settings(self):
144144
)
145145

146146
self.update_settings_card.addGroup(
147-
get_theme_icon("ic_fluent_cloud_download_20_filled"),
147+
get_theme_icon("ic_fluent_cloud_arrow_down_20_filled"),
148148
get_content_name_async("update", "update_source"),
149149
get_content_description_async("update", "update_source"),
150150
self.update_source_combo,

0 commit comments

Comments
 (0)