mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
Remove duplicated line
This commit is contained in:
parent
0debd9dc46
commit
075f621e26
1 changed files with 0 additions and 1 deletions
|
|
@ -1092,7 +1092,6 @@ pub fn main() !void {
|
|||
if (!state.config.hide_keyboard_locks) {
|
||||
try layer2.append(state.allocator, state.numlock_label.widget());
|
||||
try layer2.append(state.allocator, state.capslock_label.widget());
|
||||
try layer2.append(state.allocator, state.capslock_label.widget());
|
||||
}
|
||||
try layer2.append(state.allocator, state.box.widget());
|
||||
try layer2.append(state.allocator, info_line_widget);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue