fix: remove warn

This commit is contained in:
Artemy Egorov 2024-08-06 19:48:57 +03:00
parent 60534158d7
commit 0b7f0f301d

View file

@ -208,7 +208,7 @@ impl VigiState {
if self.current_tab_index > 0 {
self.select_tab(self.current_tab_index - 1)?;
} else {
self.update_top_bar_input();
self.update_top_bar_input()?;
}
}