mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-19 20:14:19 +02:00
fix(main): readd parameter lost in rebase
This commit is contained in:
parent
200d210a8e
commit
eabefd6221
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ pub fn main(init: std.process.Init) !void {
|
|||
}
|
||||
|
||||
if (config_parser.maybe_load_error() == null and config_parser == .ini) {
|
||||
migrator.lateConfigFieldHandler(&state.config);
|
||||
migrator.lateConfigFieldHandler(&state.config, state.lang);
|
||||
}
|
||||
|
||||
var maybe_uid_range_error: ?anyerror = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue