From 41f34c3992638b5347b22d401332a61ed606aeb4 Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Wed, 12 Jan 2022 21:00:11 +0100 Subject: [PATCH] Disable Fusion style which has issues with dark themes. --- app/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/main.cpp b/app/main.cpp index 2efac63..25df6b5 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -47,9 +47,6 @@ int main(int argc, char *argv[]) setenv("LC_CTYPE", "UTF-8", 1); #endif - // Force fusion style on every platform - QQuickStyle::setStyle("Fusion"); - if (argc>1 && (!strcmp(argv[1],"-h") || !strcmp(argv[1],"--help"))) { QTextStream cout(stdout, QIODevice::WriteOnly); cout << "Usage: " << argv[0] << " [--default-settings] [--workdir ] [--program ] [-p|--profile ] [--fullscreen] [-h|--help]" << endl;