Skip to content

Commit

Permalink
更新 NFO_Editor_ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgkings committed Dec 29, 2024
1 parent fc22195 commit e3e9bf4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion NFO_Editor_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,12 @@ def create_top_panel(self):
"选择目录以加载NFO文件",
int(150 * self.scale_factor),
),
("选择整理目录", None, "选择整理目录", int(150 * self.scale_factor)),
(
"选择整理目录",
None,
"选择后方显示整理目录列表",
int(150 * self.scale_factor),
),
("🖊", None, "打开选中的NFO文件", int(40 * self.scale_factor)),
("📁", None, "打开选中的文件夹", int(40 * self.scale_factor)),
("⏯", None, "播放选中的视频文件", int(40 * self.scale_factor)),
Expand Down

0 comments on commit e3e9bf4

Please sign in to comment.