Actualiser 7lna.py

This commit is contained in:
2026-05-22 12:58:36 +00:00
parent 9b7e95ee65
commit 464c05a1e0

View File

@@ -88,7 +88,7 @@ class Antivirus7LnA(ctk.CTk):
logo_frame = ctk.CTkFrame(self.sidebar, fg_color="transparent")
logo_frame.grid(row=0, column=0, pady=(40, 30), sticky="ew")
ctk.CTkLabel(logo_frame, text="🛡️ 7lna", font=ctk.CTkFont(size=36, weight="bold"), text_color=ACCENT_BLUE).pack()
ctk.CTkLabel(logo_frame, text="A N T I V I R U S", font=ctk.CTkFont(size=12, weight="bold", letter_spacing=2), text_color=ACCENT_VIOLET).pack()
ctk.CTkLabel(logo_frame, text="A N T I V I R U S", font=ctk.CTkFont(size=12, weight="bold"), text_color=ACCENT_VIOLET).pack()
# Navigation
self.nav_buttons = {}