mirror of
https://github.com/octopusYan/dayz-mod-translator.git
synced 2024-12-27 11:36:43 +08:00
chore: clean up
This commit is contained in:
parent
c6f0268ff5
commit
a10636c772
@ -235,7 +235,6 @@ public class PBOUtil {
|
||||
/**
|
||||
* 写入 CSV 文件
|
||||
*
|
||||
* @param file
|
||||
* @param it 行遍历器
|
||||
* @param wordMap 替换文本map
|
||||
* @return 待写入行文本列表
|
||||
|
@ -64,10 +64,7 @@ public class EditButtonTableCell extends TableCell<WordItem, WordItem> {
|
||||
if (empty) {
|
||||
setGraphic(null);
|
||||
} else {
|
||||
/*
|
||||
* TODO 添加多个操作按钮
|
||||
* setGraphic(Hbox(btn1,btn2));
|
||||
*/
|
||||
// 添加多个操作按钮
|
||||
setGraphic(new HBox(edit, translate));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user