diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 32164fff..64c79634 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -2547,10 +2547,6 @@ function App() { )} )} - - - {working && } - @@ -2745,6 +2741,11 @@ function App() { 0 && concatDialogVisible} onHide={() => setConcatDialogVisible(false)} paths={batchFilePaths} onConcat={userConcatFiles} setAlwaysConcatMultipleFiles={setAlwaysConcatMultipleFiles} alwaysConcatMultipleFiles={alwaysConcatMultipleFiles} exportCount={exportCount} /> setKeyboardShortcutsVisible(false)} keyBindings={keyBindings} setKeyBindings={setKeyBindings} currentCutSeg={currentCutSeg} resetKeyBindings={resetKeyBindings} /> + + {/* This should probably be last, so that it's always on top */} + + {working && } +