Massage styling of auto-update messages a bit
This commit is contained in:
parent
bd0b063bd1
commit
493450f6a8
3 changed files with 3 additions and 3 deletions
|
@ -253,7 +253,7 @@ impl View for AutoUpdateIndicator {
|
|||
.boxed(),
|
||||
AutoUpdateStatus::Installing => Text::new(
|
||||
"Installing update…".to_string(),
|
||||
theme.auto_update_done_message.clone(),
|
||||
theme.auto_update_progress_message.clone(),
|
||||
)
|
||||
.boxed(),
|
||||
AutoUpdateStatus::Updated => Text::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue