Skip to content

Commit

Permalink
v9.5.7
Browse files Browse the repository at this point in the history
更换裁剪工具图标
  • Loading branch information
cgkings committed Jan 4, 2025
1 parent 8487649 commit 3244d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added caijian.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions cg_crop.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def __init__(self, parent=None, nfo_base_name=None):

# 设置窗口图标
try:
icon_path = get_resource_path("chuizi.ico")
icon_path = get_resource_path("caijian.ico")
if os.path.exists(icon_path):
self.setWindowIcon(QIcon(icon_path))
except Exception as e:
Expand Down Expand Up @@ -971,7 +971,7 @@ def load_initial_image(self, image_path):

# 设置应用程序图标
try:
icon_path = get_resource_path("chuizi.ico")
icon_path = get_resource_path("caijian.ico")
if os.path.exists(icon_path):
app.setWindowIcon(QIcon(icon_path))
except Exception as e:
Expand Down

0 comments on commit 3244d28

Please sign in to comment.