Add config.console_dev as a removed property in migrator

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2025-07-07 21:46:49 +02:00
parent d08b9a916e
commit 1bcbb08202
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ const removed_properties = [_][]const u8{
"term_restore_cursor_cmd",
"x_cmd_setup",
"wayland_cmd",
"console_dev",
};
var temporary_allocator = std.heap.page_allocator;