mirror of
https://github.com/TxtDot/vigi.git
synced 2024-12-03 16:26:21 +03:00
fix: remove warn
This commit is contained in:
parent
60534158d7
commit
0b7f0f301d
1 changed files with 1 additions and 1 deletions
|
@ -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()?;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue