Default user profile & saved messages & archived chat profile fixed.

This commit is contained in:
Asal Lotfi
2025-08-29 17:41:54 +03:30
parent 03ae9b2fa9
commit e507f64aba
7 changed files with 100 additions and 26 deletions
@@ -42,7 +42,7 @@ public class SidebarMenuController {
@FXML
public void initialize() {
// Load default profile image
Image profile = loadImage("/org/to/telegramfinalproject/Avatars/profile.png");
Image profile = loadImage("/org/to/telegramfinalproject/Avatars/default_profile.png");
if (profile != null) profileImage.setImage(profile);
setupButtonActions();