mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2026-02-10 12:12:39 +01:00
Fix tape persistence
This commit is contained in:
parent
7e0b650fda
commit
a18af06e72
@ -24,6 +24,10 @@ class TapeItem(var tape: Tape) extends Item with ComponentItem {
|
||||
tooltip.addLine(s"Label: ${tape.label}")
|
||||
}
|
||||
|
||||
for (storageId <- tape.storageId) {
|
||||
tooltip.addLine(s"ID: $storageId")
|
||||
}
|
||||
|
||||
tooltip.addLine(s"Size: ${formatSize(tape.size)}")
|
||||
tooltip.addLine(f"Length: ${tape.lengthMinutes}%.0f minutes")
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user