gtk-ng: fix missing progress_report action

pull/7975/head
Jeffrey C. Ollie 2025-07-17 22:39:02 -05:00
parent 2d76c105bf
commit 38f044cd87
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 1 additions and 0 deletions

View File

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