diff --git a/src/apprt/glfw.zig b/src/apprt/glfw.zig index bcb7ee5ba..cb034cd86 100644 --- a/src/apprt/glfw.zig +++ b/src/apprt/glfw.zig @@ -239,7 +239,10 @@ pub const App = struct { .pwd, .config_change, .toggle_maximize, - => log.info("unimplemented action={}", .{action}), + => { + log.info("unimplemented action={}", .{action}); + return false; + }, } return true;