This commit is contained in:
FTCHD
2025-01-28 13:25:11 +02:00
parent 2187381db4
commit 35d6bd9d72
+4
View File
@@ -101,6 +101,10 @@ export async function openTrayWindow({
url: url,
})
// await getAllWindows()
// .then((w) => w.find((w) => w.label === 'main'))
// ?.then((w) => w?.setSize(new LogicalSize(400, 600)))
await new Promise((resolve) => setTimeout(resolve, 1500))
await w.hide()