Summary: | Context drawer action moved to bottom on mobile | ||
---|---|---|---|
Product: | [Applications] Telly Skout | Reporter: | Plata <plata.hill> |
Component: | General | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, nate, notmart, plata.hill |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
desktop
mobile |
Description
Plata
2025-01-18 11:47:39 UTC
Created attachment 177499 [details]
mobile
This is the default behavior, and a choice of the application if it wishes to not do this if telly-skout always wants actions in the toolbar, it should add in its main.qml: pageStack.globalToolBar.style: Kirigami.ApplicationHeaderStyle.ToolBar Is this documented anywhere? It's not what I would expect based on: > When space is limited, such as on a mobile device or in a narrow window, contextual actions are hidden behind a hamburger menu on the right side. https://develop.kde.org/docs/getting-started/kirigami/components-drawers/#context-drawers Fixed in 349fc9615e2e3bc5511ae32792bc3305a4e9bca8. |