diff --git a/electron/managers/mainWindowConfig.ts b/electron/managers/mainWindowConfig.ts index 3059ea04f..82c437106 100644 --- a/electron/managers/mainWindowConfig.ts +++ b/electron/managers/mainWindowConfig.ts @@ -1,5 +1,5 @@ const DEFAULT_MIN_WIDTH = 400 -const DEFAULT_MIN_HEIGHT = 300 +const DEFAULT_MIN_HEIGHT = 600 export const mainWindowConfig: Electron.BrowserWindowConstructorOptions = { skipTaskbar: false, diff --git a/web/screens/Settings/HuggingFaceRepoDetailModal/ModelDownloadList/index.tsx b/web/screens/Settings/HuggingFaceRepoDetailModal/ModelDownloadList/index.tsx index ce63703e5..e6285565f 100644 --- a/web/screens/Settings/HuggingFaceRepoDetailModal/ModelDownloadList/index.tsx +++ b/web/screens/Settings/HuggingFaceRepoDetailModal/ModelDownloadList/index.tsx @@ -29,7 +29,7 @@ const ModelDownloadList = () => { return (

Available Versions

- + {ggufModels.map((model, index) => { if (!model.downloadUrl) return null return ( diff --git a/web/screens/Settings/HuggingFaceRepoDetailModal/ModelSegmentInfo/index.tsx b/web/screens/Settings/HuggingFaceRepoDetailModal/ModelSegmentInfo/index.tsx index 5a63e5902..ba17e9b57 100644 --- a/web/screens/Settings/HuggingFaceRepoDetailModal/ModelSegmentInfo/index.tsx +++ b/web/screens/Settings/HuggingFaceRepoDetailModal/ModelSegmentInfo/index.tsx @@ -72,7 +72,7 @@ const ModelSegmentInfo = () => {
-
+
{importingHuggingFaceRepoData.tags.map((tag) => ( {tag}