mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
apprt/glfw,gtk: noop undo/redo actions
This commit is contained in:
@@ -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});
|
||||
|
@@ -515,6 +515,8 @@ pub fn performAction(
|
||||
.color_change,
|
||||
.reset_window_size,
|
||||
.check_for_updates,
|
||||
.undo,
|
||||
.redo,
|
||||
=> {
|
||||
log.warn("unimplemented action={}", .{action});
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user