mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Currently, Quick Settings in landscape mode is not scrollable, due to issues with `scrollViewComponent`. This causes some buttons to become unseen in landscape mode but not portrait. This has been solved by deleting `scrollViewComponent` and replacing it with `swipeViewComponent`, to allow swiping to access other buttons in Quick Settings. Before (docked mode and hotspot are missing):  After (docked mode and hotspot are there):  However, with this setup, `resetSwipeView()` doesn't work, and Quick Settings remains at the page it was left at. |
||
|---|---|---|
| .. | ||
| components | ||
| notifications | ||
| qml | ||
| CMakeLists.txt | ||
| Messages.sh | ||
| shellutil.cpp | ||
| shellutil.h | ||