Kaydet (Commit) f91d667a authored tarafından Hakkı Dizdar's avatar Hakkı Dizdar

Bug Fix

üst dbbcfc5a
oyun-parki-api @ b76e1b44
Subproject commit b76e1b4408a40d5171b46deecc1bc0a96d71df89
......@@ -18,11 +18,7 @@ const handler = () => {
}
});
ipcMain.on("viewer", (_, data) => {
if (process.platform === "win32") {
spawn("virt-viewer", [`spice://localhost:${data}`]);
} else {
spawn("remote-viewer", [`spice://localhost:${data}`]);
}
});
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment