mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
chore: add targets
This commit is contained in:
@ -546,7 +546,9 @@ pub fn init(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (config.fullscreen) {
|
if (config.fullscreen) {
|
||||||
rt_surface.toggleFullscreen(config.@"macos-non-native-fullscreen");
|
if (builtin.target.isDarwin() or builtin.os.tag == .linux) {
|
||||||
|
rt_surface.toggleFullscreen(config.@"macos-non-native-fullscreen");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user