refactor(config): BREAKING rename config option config_files to include_files
This commit is contained in:
parent
eaa7ad87b7
commit
1acc9b107e
4 changed files with 10 additions and 10 deletions
|
@ -92,7 +92,7 @@ fn init(allocator: Allocator) !*Self {
|
|||
conf.input_mode = try allocator.dupe(u8, conf.input_mode);
|
||||
conf.top_bar = try allocator.dupe(u8, conf.top_bar);
|
||||
conf.bottom_bar = try allocator.dupe(u8, conf.bottom_bar);
|
||||
conf.config_files = try allocator.dupe(u8, conf.config_files);
|
||||
conf.include_files = try allocator.dupe(u8, conf.include_files);
|
||||
if (build_options.gui) conf.enable_terminal_cursor = false;
|
||||
|
||||
const frame_rate: usize = @intCast(tp.env.get().num("frame-rate"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue