Added extra file for progress

This commit is contained in:
2023-04-13 11:51:26 +02:00
parent 05d195f9d1
commit d90c811e83
4 changed files with 100 additions and 73 deletions

View File

@@ -362,10 +362,6 @@ function getActiveProfile() {
return activeProfile;
}
function getLogSize(index:number) {
return fs.statSync(settingList.logs[index]).size;
}
function importProfile(importSucces:CallableFunction) {
dialog.showOpenDialog({
properties: [
@@ -478,7 +474,6 @@ export {
getInOutSettings,
setShowRenderTerminal,
getShowRenderTerminal,
getLogSize,
importProfile,
exportProfile,
VideoFormat