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

Spice viewer ayarları değiştirildi

üst 17460ca4
......@@ -18,7 +18,7 @@ const handler = () => {
}
});
ipcMain.on("viewer", (_, data) => {
spawn("remote-viewer", ["-f", `spice://localhost:${data}`]);
spawn("remote-viewer", [`spice://localhost:${data}`, "-f", "-t", "Oyun Parkı"]);
});
};
......
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