mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
what am i smoking
This commit is contained in:
parent
4a8b150e73
commit
55946d2ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -1944,7 +1944,7 @@ fn positionWidgets(ptr: *anyopaque) !void {
|
|||
// below if stmt as we need these for `battery_label` positioning.
|
||||
var x_offset: usize = 0;
|
||||
// To account for the first row of built-in key hints
|
||||
var y_offset: usize = if (state.config.hide_key_hints) 0 else 1;
|
||||
var y_offset: usize = 1;
|
||||
if (!state.config.hide_key_hints) {
|
||||
state.shutdown_label.positionX(state.edge_margin
|
||||
.add(TerminalBuffer.START_POSITION));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue