new optional KDE Frameworks plugin to support system color schemes

This commit is contained in:
Blue 2022-01-26 23:53:44 +03:00
parent 802e2f11a1
commit 0ff9f12157
Signed by: blue
GPG key ID: 9B203B252A63EE38
8 changed files with 130 additions and 10 deletions

View file

@ -176,7 +176,10 @@ int main(int argc, char *argv[])
int result = app.exec();
if (coreThread->isRunning()) {
coreThread->wait();
//coreThread->wait();
//todo if I uncomment that, the app will no quit if it has reconnected at least once
//it feels like a symptom of something badly desinged in the core coreThread
//need to investigate;
}
return result;