Remove duplicated line

This commit is contained in:
garopoulos 2026-03-05 12:52:35 +02:00
commit 075f621e26

View file

@ -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);