diff options
author | saturneric <[email protected]> | 2024-07-28 23:57:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-28 23:57:04 +0000 |
commit | e0510152d40dcc56b9b40415f3861498e6ae5db1 (patch) | |
tree | 517c187e346893acaed44b5c5f345bdffe0b0455 /src/app.cpp | |
parent | fix: sudo command not found on msys2 (diff) | |
download | GpgFrontend-e0510152d40dcc56b9b40415f3861498e6ae5db1.tar.gz GpgFrontend-e0510152d40dcc56b9b40415f3861498e6ae5db1.zip |
fix: solve some known issues
Diffstat (limited to 'src/app.cpp')
-rw-r--r-- | src/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp index 54875f86..4e67a0d6 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -68,7 +68,7 @@ auto StartApplication(const GFCxtWPtr& p_ctx) -> int { do { // refresh locale settings - if (restart_count > 0) InitLocale(); + InitLocale(); // after that load ui totally GpgFrontend::UI::InitGpgFrontendUI(app); |