apprt/glfw,gtk: noop undo/redo actions

This commit is contained in:
Mitchell Hashimoto
2025-06-06 12:39:02 -07:00
parent d2d3852026
commit 966c4f98c7
2 changed files with 4 additions and 0 deletions

View File

@@ -250,6 +250,8 @@ pub const App = struct {
.reset_window_size,
.ring_bell,
.check_for_updates,
.undo,
.redo,
.show_gtk_inspector,
=> {
log.info("unimplemented action={}", .{action});

View File

@@ -515,6 +515,8 @@ pub fn performAction(
.color_change,
.reset_window_size,
.check_for_updates,
.undo,
.redo,
=> {
log.warn("unimplemented action={}", .{action});
return false;