diff options
author | Saturneric <[email protected]> | 2021-12-07 09:13:44 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-08 00:13:02 +0000 |
commit | ed86a627323131eb8992f903c742cf776c2fd922 (patch) | |
tree | 14f14cd7249bd0f87108fd6d0c055ffcaecef71e /src/main.cpp | |
parent | Fix Bugs on KeyUploadDialog (diff) | |
download | GpgFrontend-ed86a627323131eb8992f903c742cf776c2fd922.tar.gz GpgFrontend-ed86a627323131eb8992f903c742cf776c2fd922.zip |
Modified Project Configure & Update CI & Stable UI.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f4739767..96d3c4d8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -55,7 +55,7 @@ int main(int argc, char* argv[]) { // unicode in source QTextCodec::setCodecForLocale(QTextCodec::codecForName("utf-8")); -#ifdef WINDOWS +#if !defined(RELEASE) // css QFile file(RESOURCE_DIR(qApp->applicationDirPath()) + "/css/default.qss"); file.open(QFile::ReadOnly); |