Fix last German log remnants: [ELEMENTS], re-persisted, after LoadDefaults, exposes

This commit is contained in:
2026-06-06 13:38:04 +02:00
parent 220a1e2bb3
commit 82d0939a18
2 changed files with 362 additions and 362 deletions
+361 -361
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -881,7 +881,7 @@ def _apply_window_layout_impl(name):
[(c, m) for c, m, _ in api_candidates]) [(c, m) for c, m, _ in api_candidates])
else: else:
print("[TOOLBAR] No Rhino.UI API candidates (Mac Rhino " print("[TOOLBAR] No Rhino.UI API candidates (Mac Rhino "
"exposed das nicht statisch). Falling back to scripted commands.") "does not expose this statically). Falling back to scripted commands.")
# Args zum Probieren: GUID zuerst (falls present) dann Name. # Args zum Probieren: GUID zuerst (falls present) dann Name.
# Beide als 1-arg Tuple. Doppelte Klammern haben in der alten Version # Beide als 1-arg Tuple. Doppelte Klammern haben in der alten Version
# zu mix von String/Tuple gefuehrt — hier sauber als Liste of Tuples. # zu mix von String/Tuple gefuehrt — hier sauber als Liste of Tuples.