update to v1.2.0 改进了文件功能

This commit is contained in:
kohgylw 2023-12-26 13:32:28 +08:00
parent 5d34917d49
commit 8812970d92
3 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ public class ServerUIModule extends KiftdDynamicWindow {
@Override
public void mouseClicked(MouseEvent e) {
if (e.getClickCount() == 2) {
if (e.getClickCount() == MouseEvent.BUTTON1) {
show();
}
}

View File

@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Sun Dec 24 17:41:48 CST 2023
#Tue Dec 26 13:31:45 CST 2023
m2e.projectLocation=/Users/kohgylw/Programs/java_workspace/kiftd
m2e.projectName=kiftd
groupId=kohgylw