small fixes + improvements

- open link in external browser
- stop app from running after install
- fix lowercase path
- fix bug on file upload
This commit is contained in:
cv
2021-06-14 13:19:45 +02:00
parent 8260a50ed2
commit 9b2bd8ee3c
6 changed files with 22 additions and 9 deletions
-3
View File
@@ -12,9 +12,6 @@ import HelpIconBtn from './buttons/HelpIconBtn';
import UploadIconBtn from './buttons/UploadIconBtn';
import { useRef } from 'react';
// const { ipcRenderer } = window.require('electron');
// import { ipcRenderer, remote }from 'electron';
export default function MenuBar(props) {
const { onOpen } = props;
const hiddenFileInput = useRef(null);