diff options
author | link2xt <link2xt@testrun.org> | 2021-03-27 18:34:35 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-03-27 18:34:35 +0300 |
commit | 23fe1b066a8ce27548e8344bca2c08029e856461 (patch) | |
tree | 5d4c93588cb3bb7d5d0a02585447ab33757c686d | |
parent | bed74d0b95e56b24557234e4a52f372927ef9993 (diff) | |
download | kdeltachat-23fe1b066a8ce27548e8344bca2c08029e856461.tar.gz kdeltachat-23fe1b066a8ce27548e8344bca2c08029e856461.zip |
Set WM_CLASS to KDeltaChat rather than DeltaChat
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ int main(int argc, char *argv[]) QGuiApplication app(argc, argv); - app.setApplicationName("DeltaChat"); + app.setApplicationName("KDeltaChat"); app.setOrganizationName("DeltaChat"); app.setOrganizationDomain("delta.chat"); |