mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
Handle check_for_updates as unimplemented action
This commit is contained in:
@@ -249,6 +249,7 @@ pub const App = struct {
|
||||
.prompt_title,
|
||||
.reset_window_size,
|
||||
.ring_bell,
|
||||
.check_for_updates,
|
||||
=> {
|
||||
log.info("unimplemented action={}", .{action});
|
||||
return false;
|
||||
|
@@ -504,6 +504,7 @@ pub fn performAction(
|
||||
.renderer_health,
|
||||
.color_change,
|
||||
.reset_window_size,
|
||||
.check_for_updates,
|
||||
=> {
|
||||
log.warn("unimplemented action={}", .{action});
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user