[Add] Terms Updater
This commit is contained in:
parent
b8029ca829
commit
bfefa46839
9 changed files with 507 additions and 468 deletions
|
|
@ -98,7 +98,7 @@ impl FileViewer {
|
|||
.block(
|
||||
Block::default()
|
||||
.borders(Borders::ALL)
|
||||
.title(self.title.as_str()),
|
||||
.title(format!("{} - [Q to close]", self.title.as_str(),)),
|
||||
)
|
||||
.wrap(Wrap { trim: false })
|
||||
.scroll((self.scroll, 0));
|
||||
|
|
|
|||
Loading…
Reference in a new issue