mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-23 12:10:38 +00:00
update switch_gpu_mode_direct.sh
This commit is contained in:
@@ -126,7 +126,6 @@ const initMessage = {
|
||||
script_path: scriptPath,
|
||||
params: paramsRef.current,
|
||||
}
|
||||
console.log("[v0] Sending initMessage with params:", paramsRef.current)
|
||||
ws.send(JSON.stringify(initMessage))
|
||||
|
||||
setTimeout(() => {
|
||||
@@ -289,7 +288,6 @@ const initMessage = {
|
||||
script_path: scriptPath,
|
||||
params: paramsRef.current,
|
||||
}
|
||||
console.log("[v0] WS onopen - Sending params:", paramsRef.current)
|
||||
ws.send(JSON.stringify(initMessage))
|
||||
}, 50)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user