Skip to content

Commit 00ab169

Browse files
committed
Ensure only complete bodies hidden
1 parent f19631f commit 00ab169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ def get_bodies_summary(bodies: dict[str, PlanetData], focused: bool = False) ->
15441544
show = False
15451545
elif this.scan_display_mode.get() == 'Hide in System' and not focused:
15461546
show = False
1547-
elif this.hide_body_complete.get():
1547+
elif this.hide_body_complete.get() and complete:
15481548
show = False
15491549

15501550
if species != '':

0 commit comments

Comments
 (0)