mirror of https://github.com/fairyglade/ly.git
Fix build error
I really should test PRs before merging them, shouldn't I?
This commit is contained in:
parent
cc07c4870a
commit
3c0c84d067
|
|
@ -755,7 +755,7 @@ pub fn main() !void {
|
||||||
buffer.drawLabel(label_txt, buffer.box_x, buffer.box_y + buffer.box_height);
|
buffer.drawLabel(label_txt, buffer.box_x, buffer.box_y + buffer.box_height);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!hide_keyboard_locks and can_get_lock_state) draw_lock_state: {
|
if (!config.hide_keyboard_locks and can_get_lock_state) draw_lock_state: {
|
||||||
const lock_state = interop.getLockState() catch |err| {
|
const lock_state = interop.getLockState() catch |err| {
|
||||||
try info_line.addMessage(lang.err_lock_state, config.error_bg, config.error_fg);
|
try info_line.addMessage(lang.err_lock_state, config.error_bg, config.error_fg);
|
||||||
can_get_lock_state = false;
|
can_get_lock_state = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue