Removed (Whole) label when imaging
* If only one partition was selected it would be incorrectly labeled "Whole" * Easier to remove the label than rework the data structures
This commit is contained in:
parent
9dbfce94d4
commit
bd47f08996
1 changed files with 0 additions and 4 deletions
|
|
@ -1215,10 +1215,6 @@ def update_sidepane(state):
|
|||
for bp in state.block_pairs:
|
||||
if state.source.is_image():
|
||||
output.append('{BLUE}Image File{CLEAR}'.format(**COLORS))
|
||||
elif state.mode == 'image' and len(state.block_pairs) == 1:
|
||||
output.append('{BLUE}{source} {YELLOW}(Whole){CLEAR}'.format(
|
||||
source=bp.source_path,
|
||||
**COLORS))
|
||||
else:
|
||||
output.append('{BLUE}{source}{CLEAR}'.format(
|
||||
source=bp.source_path,
|
||||
|
|
|
|||
Loading…
Reference in a new issue