diff --git a/src/App.jsx b/src/App.jsx index ff9f4555..a45549a6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -105,6 +105,7 @@ const calcShouldShowKeyframes = (zoomedDuration) => (zoomedDuration != null && z const commonFormats = ['mov', 'mp4', 'matroska', 'mp3', 'ipod']; const isMasBuild = window.process.mas; +const isStoreBuild = isMasBuild || window.process.windowsStore; // TODO flex const topBarHeight = 32; @@ -1457,7 +1458,7 @@ const App = memo(() => { ), [AutoExportToggler, askBeforeClose, autoMerge, autoSaveProjectFile, customOutDir, invertCutSegments, keyframeCut, renderCaptureFormatButton, renderOutFmt, timecodeShowFrames, setOutputDir, onWheelTunerRequested, language]); useEffect(() => { - if (!isMasBuild) loadMifiLink().then(setMifiLink); + if (!isStoreBuild) loadMifiLink().then(setMifiLink); }, []); useEffect(() => {