fix segfault on load

This commit is contained in:
Dennis Gunia
2025-10-21 01:45:53 +02:00
parent 5d6337679f
commit 49dcf1c95e
4 changed files with 21 additions and 16 deletions

View File

@@ -9,9 +9,7 @@ const socket = new WebSocket(`ws://${hostname}/manage/`);
// Connection opened
socket.addEventListener("open", (event) => {
SFCCommandAsync({ "command": "dm_load" });
//changeView("view_storage");
});
socket.addEventListener("message", (event) => {