citra_qt/configuration: log on config dialog close
This commit is contained in:
parent
250cf584e3
commit
82aa45d9fa
3 changed files with 4 additions and 3 deletions
|
@ -139,7 +139,7 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
|
|||
SetupUIStrings();
|
||||
LOG_INFO(Frontend, "Citra Version: {} | {}-{}", Common::g_build_fullname, Common::g_scm_branch,
|
||||
Common::g_scm_desc);
|
||||
config->LogSettings();
|
||||
Config::LogSettings();
|
||||
|
||||
show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue