diff options
author | Saturneric <[email protected]> | 2021-11-28 07:29:39 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-11-28 07:29:39 +0000 |
commit | c5918a7245b6124916799c0345026ef3ec02265e (patch) | |
tree | fa4ba76fc21570f88cd7c94f28f4a0d54e7051ca /src/main.cpp | |
parent | Can be compiled with minimal UI support. (diff) | |
download | GpgFrontend-c5918a7245b6124916799c0345026ef3ec02265e.tar.gz GpgFrontend-c5918a7245b6124916799c0345026ef3ec02265e.zip |
Solve key generation and related update issues.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index f44d7ad3..71e517da 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,6 +29,9 @@ INITIALIZE_EASYLOGGINGPP int main(int argc, char* argv[]) { + + el::Loggers::addFlag(el::LoggingFlag::AutoSpacing); + Q_INIT_RESOURCE(gpgfrontend); QApplication app(argc, argv); |