Changed menu that dialogues can be opened too; added random chat

This commit is contained in:
Torsten Schulz
2025-07-17 16:52:11 +02:00
parent 89cf12a7a8
commit 6062570fe8
5 changed files with 415 additions and 251 deletions

View File

@@ -157,10 +157,8 @@ const store = createStore({
const retryConnection = (reconnectFn) => {
setTimeout(() => {
console.log('Retrying Daemon WebSocket connection...');
reconnectFn();
}, 1000);
console.log('Retrying Daemon WebSocket connection...');
};
connectDaemonSocket();
}