ColUDA: Removed redundant code
This commit is contained in:
@@ -122,14 +122,11 @@ void ColumnUDAString::render (
|
|||||||
}
|
}
|
||||||
else if (_style == "indicator")
|
else if (_style == "indicator")
|
||||||
{
|
{
|
||||||
if (task.has (_name))
|
auto indicator = context.config.get ("uda." + _name + ".indicator");
|
||||||
{
|
if (indicator == "")
|
||||||
auto indicator = context.config.get ("uda." + _name + ".indicator");
|
indicator = "U";
|
||||||
if (indicator == "")
|
|
||||||
indicator = "U";
|
|
||||||
|
|
||||||
renderStringRight (lines, width, color, indicator);
|
renderStringRight (lines, width, color, indicator);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user