Skip to content

Commit

Permalink
fix typo: 纠正图片类型链接的清晰度显示
Browse files Browse the repository at this point in the history
  • Loading branch information
nICEnnnnnnnLee committed Jul 23, 2024
1 parent f4716e0 commit 632d84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nicelee/ui/item/ClipInfoPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void actionPerformed(ActionEvent e) {
if (qnName == null)
qnName = AudioQualityEnum.getQualityDescript(qn);
JButton btn = null;
if (qnName != null) {
if (qnName != null && !isPic) {
btn = new MJButton(qnName);
} else {
btn = new MJButton("清晰度: " + qn);
Expand Down

0 comments on commit 632d84f

Please sign in to comment.