This commit is contained in:
2026-05-09 22:50:51 +02:00
parent 520d3924af
commit ab5a0c7697
79 changed files with 285640 additions and 346 deletions

View File

@@ -1223,7 +1223,7 @@ class _OfficeShellV12:
tk.Label(
self._sec_arb_body,
text="Chatverlauf",
text="Chat",
bg=acc,
fg="white",
font=FONT_DEFAULT,
@@ -1232,7 +1232,7 @@ class _OfficeShellV12:
).pack(fill="x", padx=(28, 12), pady=(2, 8))
self._sec_arb_body.winfo_children()[-1].bind(
"<Button-1>",
lambda e: _safe_call(app, "_open_empfang_chat_history"),
lambda e: _safe_call(app, "_send_to_empfang"),
)
tk.Label(