handle save message from sidebar

This commit is contained in:
2025-09-05 01:40:05 +03:30
parent 297696fba1
commit fd18c75cd9
4 changed files with 147 additions and 15 deletions
@@ -156,7 +156,7 @@ public class MainController {
}
private void refreshChatListUI() {
void refreshChatListUI() {
Platform.runLater(() -> {
chatListContainer.getChildren().clear();
itemControllers.clear();