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