diff --git a/src/apprt/gtk.zig b/src/apprt/gtk.zig index 0f04972c0..ebd0b597b 100644 --- a/src/apprt/gtk.zig +++ b/src/apprt/gtk.zig @@ -126,7 +126,7 @@ pub const App = struct { // Tick the terminal app const should_quit = try self.core_app.tick(self); - if (false and should_quit) return; + if (should_quit) return; } }