mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
prettier: format all files
This commit is contained in:
@@ -35,4 +35,4 @@ export const downloadsPathField = style({
|
||||
export const hintText = style({
|
||||
fontSize: 12,
|
||||
color: vars.color.bodyText,
|
||||
});
|
||||
});
|
||||
|
||||
@@ -82,14 +82,13 @@ export function RepacksModal({
|
||||
setDownloadStarting(false);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
const getDiskFreeSpace = (path: string) => {
|
||||
window.electron.getDiskFreeSpace(path).then((result) => {
|
||||
setDiskFreeSpace(result);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
return (
|
||||
<Modal
|
||||
visible={visible}
|
||||
|
||||
Reference in New Issue
Block a user