mirror of https://github.com/fairyglade/ly.git
Add config.console_dev as a removed property in migrator
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
d08b9a916e
commit
1bcbb08202
|
@ -26,6 +26,7 @@ const removed_properties = [_][]const u8{
|
||||||
"term_restore_cursor_cmd",
|
"term_restore_cursor_cmd",
|
||||||
"x_cmd_setup",
|
"x_cmd_setup",
|
||||||
"wayland_cmd",
|
"wayland_cmd",
|
||||||
|
"console_dev",
|
||||||
};
|
};
|
||||||
|
|
||||||
var temporary_allocator = std.heap.page_allocator;
|
var temporary_allocator = std.heap.page_allocator;
|
||||||
|
|
Loading…
Reference in New Issue