Skip to content

Commit

Permalink
fix: tape filesize format
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelncui committed Oct 13, 2023
1 parent 814963d commit e18b4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/tapes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { ChonkyActions, ChonkyFileActionData, FileData } from "@samuelncui/chonk

import { cli, Root, convertTapes, convertPositions } from "../api";
import { TrimLibraryAction } from "../actions";
import { chonkyI18n } from "../tools";

export const TapesType = "tapes";

Expand Down Expand Up @@ -127,6 +128,7 @@ const useTapesSourceBrowser = (source: RefObject<FileBrowserHandle>) => {
fileActions,
defaultFileViewActionId: ChonkyActions.EnableListView.id,
doubleClickDelay: 300,
i18n: chonkyI18n,
};
};

Expand Down

0 comments on commit e18b4e9

Please sign in to comment.