Skip to content

Commit

Permalink
hide video_player_button
Browse files Browse the repository at this point in the history
  • Loading branch information
WEIFENG2333 committed Dec 7, 2024
1 parent a7818d6 commit 064c7c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/view/subtitle_optimization_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def _setup_top_layout(self):
# 添加视频播放按钮
self.video_player_button = ToolButton(FIF.VIDEO, self)
self.video_player_button.setFixedSize(32, 32)
self.video_player_button.hide()

self.start_button = PrimaryPushButton(self.tr("开始"), self, icon=FIF.PLAY)

Expand Down Expand Up @@ -545,7 +546,7 @@ def merge_selected_rows(self, rows):
if not rows or len(rows) < 2:
return

# ��取选中行的数据
# 获取选中行的数据
data = self.model._data
data_list = list(data.values())

Expand Down

0 comments on commit 064c7c1

Please sign in to comment.