diff options
author | Saturneric <[email protected]> | 2021-12-06 22:05:21 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-07 05:38:52 +0000 |
commit | 1a2c3d6bc0b2feb4b286cc1dbe7b2cd5afcb69ba (patch) | |
tree | 081ed8abe91ade5809b41f29ffa823a4f37cf798 /src/ui/MainWindow.cpp | |
parent | Test & Improve UI (diff) | |
download | GpgFrontend-1a2c3d6bc0b2feb4b286cc1dbe7b2cd5afcb69ba.tar.gz GpgFrontend-1a2c3d6bc0b2feb4b286cc1dbe7b2cd5afcb69ba.zip |
Add Translate & Fix Bugs.
Diffstat (limited to 'src/ui/MainWindow.cpp')
-rw-r--r-- | src/ui/MainWindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/MainWindow.cpp b/src/ui/MainWindow.cpp index d13a0bd5..9aceed96 100644 --- a/src/ui/MainWindow.cpp +++ b/src/ui/MainWindow.cpp @@ -38,6 +38,7 @@ MainWindow::MainWindow() { } void MainWindow::init() noexcept { + LOG(INFO) << _("Called"); try { // Check Context Status if (!GpgContext::GetInstance().good()) { @@ -149,6 +150,8 @@ void MainWindow::init() noexcept { } void MainWindow::restoreSettings() { + LOG(INFO) << _("Called"); + try { auto& settings = GlobalSettingStation::GetInstance().GetUISettings(); |