gtk-ng: fix missing progress_report action

This commit is contained in:
Jeffrey C. Ollie
2025-07-17 22:39:02 -05:00
parent 2d76c105bf
commit 38f044cd87

View File

@ -381,6 +381,7 @@ pub const Application = extern struct {
.check_for_updates, .check_for_updates,
.undo, .undo,
.redo, .redo,
.progress_report,
=> { => {
log.warn("unimplemented action={}", .{action}); log.warn("unimplemented action={}", .{action});
return false; return false;