Skip to content

Commit 7d83f2e

Browse files
committed
添加程序图标
1 parent 4d26178 commit 7d83f2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

FguiResTool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def on_open(self):
233233
if len(list_file) > 0:
234234
self.root_url = dir_choose
235235
self.recode_opened(dir_choose)
236+
self.on_search_click()
236237
else:
237238
QMessageBox.warning(self, '错误', '该目录不是fgui项目根目录(目录需要包含“.fairy”文件)', QMessageBox.Ok)
238239
pass
@@ -327,7 +328,7 @@ def on_merge(self):
327328
del com.refs[j] # 从原来的引用列表中删除
328329
new_refs.append(ref) # 添加到新引用列表
329330
elif ref.type == crm.RefType.FNT:
330-
# 字体替换
331+
# 字体替换(不需要做处理,因为fnt只能使用本包资源,不能跨包引用资源)
331332
pass
332333
else:
333334
# url替换

icon.ico

199 KB
Binary file not shown.

0 commit comments

Comments
 (0)