Handle check_for_updates as unimplemented action
parent
7ccc181332
commit
f6d56f4f03
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue