Skip to content

Commit d240f99

Browse files
committed
优化文件上传多线程
1 parent 2747d52 commit d240f99

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

conf/nbs.db

0 Bytes
Binary file not shown.

src/main/java/io/nbs/client/ui/panels/ToolbarPanel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ private ImageIcon getAvatarIcon(PeerInfo peer){
117117
Image image = icon.getImage().getScaledInstance(48,48,Image.SCALE_SMOOTH);
118118
icon.setImage(image);
119119
}else {
120-
icon = IconUtil.getIcon(this,"/icons/lambor48.png");
120+
icon = IconUtil.getIcon(this,"/icons/logo48.png");
121121
}
122122
}else {
123-
icon = IconUtil.getIcon(this,"/icons/lambor48.png");
123+
icon = IconUtil.getIcon(this,"/icons/logo48.png");
124124
}
125125
return icon;
126126
}
5.33 KB
Loading

0 commit comments

Comments
 (0)