mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Revert other work
This commit is contained in:
@ -41,7 +41,6 @@ pub const App = struct {
|
|||||||
pub const Options = struct {};
|
pub const Options = struct {};
|
||||||
|
|
||||||
pub fn init(core_app: *CoreApp, _: Options) !App {
|
pub fn init(core_app: *CoreApp, _: Options) !App {
|
||||||
internal_os.unsetenv("DISPLAY");
|
|
||||||
if (comptime builtin.target.isDarwin()) {
|
if (comptime builtin.target.isDarwin()) {
|
||||||
log.warn("WARNING WARNING WARNING: GLFW ON MAC HAS BUGS.", .{});
|
log.warn("WARNING WARNING WARNING: GLFW ON MAC HAS BUGS.", .{});
|
||||||
log.warn("You should use the AppKit-based app instead. The official download", .{});
|
log.warn("You should use the AppKit-based app instead. The official download", .{});
|
||||||
|
Reference in New Issue
Block a user