fix installing failing during setup if prod.keys isn't found.
This commit is contained in:
@@ -1260,6 +1260,7 @@ App::App(const char* argv0) {
|
||||
if (App::GetLogEnable()) {
|
||||
log_file_init();
|
||||
log_write("hello world\n");
|
||||
App::Notify("Warning! Logs are enabled, Sphaira will run slowly!"_i18n);
|
||||
}
|
||||
|
||||
if (App::GetMtpEnable()) {
|
||||
|
||||
Reference in New Issue
Block a user