diff options
author | 2022-03-30 20:23:14 +0530 | |
---|---|---|
committer | 2022-03-30 20:23:14 +0530 | |
commit | 19734a9983b7edac3b6cb41ac5a953c5c2fa62d0 (patch) | |
tree | 4ef3ce6121031b7e1f5ab60be647c4dad33e0b32 /src/main.cpp | |
parent | 69d70bce71967a7cbc96eb11f15ed6e6e1e4c8fd (diff) | |
download | whatsie-19734a9983b7edac3b6cb41ac5a953c5c2fa62d0.tar.gz whatsie-19734a9983b7edac3b6cb41ac5a953c5c2fa62d0.zip |
chore: inform app is minimized via notification
- if the app started minimized in tray
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 57c2852..3d74935 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) { QApplication app(argc, argv); app.setQuitOnLastWindowClosed(false); - app.setWindowIcon(QIcon(":/icons/app/icon-256.png")); + app.setWindowIcon(QIcon(":/icons/app/icon-128.png")); QApplication::setApplicationName("WhatSie"); QApplication::setOrganizationName("org.keshavnrj.ubuntu"); QApplication::setApplicationVersion(VERSIONSTR); |