update
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user