mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +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
|
false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_uda_selection_dim() -> bool {
|
fn get_uda_selection_dim() -> bool {
|
||||||
let s = Self::get_config("uda.taskwarrior-tui.selection.dim");
|
let s = Self::get_config("uda.taskwarrior-tui.selection.dim");
|
||||||
if s == "yes" {
|
if s == "yes" {
|
||||||
|
@ -292,6 +293,7 @@ impl TConfig {
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_uda_selection_blink() -> bool {
|
fn get_uda_selection_blink() -> bool {
|
||||||
let s = Self::get_config("uda.taskwarrior-tui.selection.blink");
|
let s = Self::get_config("uda.taskwarrior-tui.selection.blink");
|
||||||
if s == "yes" {
|
if s == "yes" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue