diff --git a/app/src/app.tsx b/app/src/app.tsx index ee16212a..3d14338b 100644 --- a/app/src/app.tsx +++ b/app/src/app.tsx @@ -2,7 +2,7 @@ import { useState } from 'react' import copy from 'copy-to-clipboard' import { CheckIcon, DocumentDuplicateIcon } from '@heroicons/react/24/outline' import Store from 'electron-store' -import { getCurrentWindow } from '@electron/remote' +import { getCurrentWindow, app } from '@electron/remote' import { install } from './install' import OllamaIcon from './ollama.svg' @@ -107,6 +107,11 @@ export default function () {