mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
Fix: Removing the else condition
This commit is contained in:
parent
4dfc3f3e12
commit
1d93d7e243
1 changed files with 0 additions and 2 deletions
|
|
@ -601,8 +601,6 @@ pub fn main() !void {
|
|||
var battery_y: usize = config.edge_margin;
|
||||
if (!config.hide_key_hints) {
|
||||
battery_y += 1;
|
||||
} else {
|
||||
battery_y = config.edge_margin;
|
||||
}
|
||||
buffer.drawLabel(battery_str, config.edge_margin, battery_y);
|
||||
can_draw_battery = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue