SUMMARY Add a close to tray option in the settings. ADDITIONAL INFORMATION Very handy for apps that run in the background.
A possibly relevant merge request was started @ https://invent.kde.org/plasma-mobile/kasts/-/merge_requests/99
Git commit 082e3d4ce37e3f464f2108003503b6a1311d4243 by Bart De Vries. Committed on 03/02/2023 at 20:48. Pushed by bdevries into branch 'master'. Implement systray icon, menu and settings. M +2 -1 .flatpak-manifest.json M +1 -1 .reuse/dep5 M +1 -1 CMakeLists.txt A +1 -0 icons/kasts-tray.svg M +2 -0 src/CMakeLists.txt M +2 -0 src/main.cpp M +24 -0 src/qml/Settings/GeneralSettingsPage.qml M +31 -0 src/qml/main.qml M +2 -1 src/resources.qrc M +8 -0 src/settingsmanager.kcfg A +128 -0 src/systrayicon.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +34 -0 src/systrayicon.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/plasma-mobile/kasts/commit/082e3d4ce37e3f464f2108003503b6a1311d4243