mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 19:33:46 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user