mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Run cargo fmt
This commit is contained in:
parent
6e194fe76e
commit
77e91f205e
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,7 @@ impl TConfig {
|
|||
false
|
||||
}
|
||||
}
|
||||
|
||||
fn get_uda_selection_dim() -> bool {
|
||||
let s = Self::get_config("uda.taskwarrior-tui.selection.dim");
|
||||
if s == "yes" {
|
||||
|
@ -292,6 +293,7 @@ impl TConfig {
|
|||
false
|
||||
}
|
||||
}
|
||||
|
||||
fn get_uda_selection_blink() -> bool {
|
||||
let s = Self::get_config("uda.taskwarrior-tui.selection.blink");
|
||||
if s == "yes" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue