mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-23 10:36:09 +01:00
Added extra file for progress
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user