mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Disable extensions to avoid logging loading error
LOOT doesn't bundle the extensions resources, because it doesn't use extensions, but this has resulted in errors being logged that aren't actually a problem.
This commit is contained in:
@@ -58,6 +58,7 @@ namespace loot {
|
||||
|
||||
// Disable spell checking.
|
||||
command_line->AppendSwitch("--disable-spell-checking");
|
||||
command_line->AppendSwitch("--disable-extensions");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user