Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
#94
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jan 10, 2023
1 parent 04b1dca commit 28142df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,5 @@ Others:
更新内容:
- [important] 支持xray 1.9.4版本 #91
- [important] 指定多个POC #92
- [bug] 从下载面板得到的xray无法保存设置 #89
- [bug] 从下载面板得到的xray无法保存设置 #89
- [bug] 取消选择文件的提示位置有误 #94
4 changes: 2 additions & 2 deletions src/main/java/com/chaitin/xray/form/MainForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,9 @@ public void initUrlFileConfig() {
xrayCmd.setInput(String.format("%s", absPath));
} else {
if (LANG == CHINESE) {
rawFileField.setText("你取消了选择");
urlFileField.setText("你取消了选择");
} else {
rawFileField.setText("Cancel");
urlFileField.setText("Cancel");
}
}
});
Expand Down

0 comments on commit 28142df

Please sign in to comment.