aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-07 09:13:44 +0000
committerSaturneric <[email protected]>2021-12-08 00:13:02 +0000
commited86a627323131eb8992f903c742cf776c2fd922 (patch)
tree14f14cd7249bd0f87108fd6d0c055ffcaecef71e /src/main.cpp
parentFix Bugs on KeyUploadDialog (diff)
downloadGpgFrontend-ed86a627323131eb8992f903c742cf776c2fd922.tar.gz
GpgFrontend-ed86a627323131eb8992f903c742cf776c2fd922.zip
Modified Project Configure & Update CI & Stable UI.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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);