You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/structure/StructureInfoPane.svelte
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
atom_count_thresholds = [50, 500],
21
21
toggle_props = {},
22
22
pane_props = {},
23
+
show_toggle =true,
23
24
highlighted_sites =$bindable([]),
24
25
selected_sites =$bindable([]),
25
26
symmetry_data =null,
@@ -30,6 +31,7 @@
30
31
atom_count_thresholds?: [number, number] // if atom count is less than min_threshold, show sites, if atom count is greater than max_threshold, hide sites. in between, show sites behind a toggle button.
0 commit comments