Handle check_for_updates as unimplemented action

pull/7361/head
Aaron Ruan 2025-05-15 23:26:47 +08:00
parent 7ccc181332
commit f6d56f4f03
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -504,6 +504,7 @@ pub fn performAction(
.renderer_health,
.color_change,
.reset_window_size,
.check_for_updates,
=> {
log.warn("unimplemented action={}", .{action});
return false;