mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
os: update todo about subsystem for windows
This commit is contained in:
@ -40,7 +40,8 @@ pub fn launchedFromDesktop() bool {
|
|||||||
|
|
||||||
break :linux gio_pid == pid;
|
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,
|
.windows => false,
|
||||||
|
|
||||||
else => @compileError("unsupported platform"),
|
else => @compileError("unsupported platform"),
|
||||||
|
Reference in New Issue
Block a user