mirror of
https://github.com/samuelncui/yatm.git
synced 2026-08-29 04:06:54 +00:00
fix: tape filesize format
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -127,6 +128,7 @@ const useTapesSourceBrowser = (source: RefObject<FileBrowserHandle>) => {
|
||||
fileActions,
|
||||
defaultFileViewActionId: ChonkyActions.EnableListView.id,
|
||||
doubleClickDelay: 300,
|
||||
i18n: chonkyI18n,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user