autocommit 2022-04-12 17:26:33 CEST
This commit is contained in:
parent
d9d1addbf5
commit
8924936079
26 changed files with 896 additions and 543 deletions
|
|
@ -127,10 +127,7 @@ pub fn configure() {
|
|||
{
|
||||
let time_format: Vec<_> = StrftimeItems::new("%Y-%m-%d %H:%M:%S").collect();
|
||||
let update_status = move || {
|
||||
let status = format!(
|
||||
"{}",
|
||||
Local::now().format_with_items(time_format.iter()),
|
||||
);
|
||||
let status = format!("{}", Local::now().format_with_items(time_format.iter()),);
|
||||
set_status(&status);
|
||||
};
|
||||
update_status();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue