We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f1e85 commit 66fe507Copy full SHA for 66fe507
2 files changed
electron/main.js
@@ -34,6 +34,7 @@ const {
34
loadCommands,
35
saveCommands,
36
updateCommand,
37
+ loadRuntime,
38
saveRuntime,
39
getLogPath,
40
clearLogFile,
src/App.jsx
@@ -1099,7 +1099,6 @@ function App() {
1099
</div>
1100
</section>
1101
)}
1102
- )}
1103
</main>
1104
1105
<div className={`modal-backdrop ${drawerOpen ? "open" : ""}`} onClick={() => setDrawerOpen(false)}>
0 commit comments