From 4a199448a262feca496c2a0357a34983b500954d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 23 Oct 2023 08:48:53 -0700 Subject: [PATCH] os: update todo about subsystem for windows --- src/os/desktop.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/os/desktop.zig b/src/os/desktop.zig index 084c86e8d..ed4f977d9 100644 --- a/src/os/desktop.zig +++ b/src/os/desktop.zig @@ -40,7 +40,8 @@ pub fn launchedFromDesktop() bool { break :linux gio_pid == pid; }, - //TODO: maybe find a way to check that + + // TODO: This should have some logic to detect this. Perhaps std.builtin.subsystem .windows => false, else => @compileError("unsupported platform"),