aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-28 23:57:04 +0000
committersaturneric <[email protected]>2024-07-28 23:57:04 +0000
commite0510152d40dcc56b9b40415f3861498e6ae5db1 (patch)
tree517c187e346893acaed44b5c5f345bdffe0b0455 /src/app.cpp
parentfix: sudo command not found on msys2 (diff)
downloadGpgFrontend-e0510152d40dcc56b9b40415f3861498e6ae5db1.tar.gz
GpgFrontend-e0510152d40dcc56b9b40415f3861498e6ae5db1.zip
fix: solve some known issues
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp2
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);