Skip to content

Commit

Permalink
Merge pull request #4 from vtbmusic/dev
Browse files Browse the repository at this point in the history
-fix-
  • Loading branch information
KCKT0112 authored Jun 11, 2020
2 parents 79c0628 + 3b622dc commit 9bfe8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def set_ui(self):
self.action_LRC.triggered.connect(self.originLrcSave) # 导出原文LRC
self.action_out_LRC2.triggered.connect(self.translateLrcSave) # 导出翻译LRC
self.action_VtuberMusic.triggered.connect(self.about) # 关于
self.action_LRC5.triggered.connect(self.output2mixlrc) # 导出双语LRC
self.action_LRC_4.triggered.connect(self.output2mixlrc) # 导出双语LRC

# 按钮项操作
self.toolButton.clicked.connect(lambda: self.impotLrc(0)) # 导入LRC到原歌词
Expand Down

0 comments on commit 9bfe8d2

Please sign in to comment.