1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

feat: media playback OSD (#1602)

* feat: media playback OSD

* Update code style improvements
- Removes resetTimer to reuse event driven code

---------

Co-authored-by: purian23 <purian23@gmail.com>
This commit is contained in:
ArijanJ
2026-02-06 01:18:52 +01:00
committed by GitHub
parent 8944762c76
commit 81d5235b9f
5 changed files with 149 additions and 0 deletions

View File

@@ -841,6 +841,14 @@ Item {
}
}
Variants {
model: SettingsData.getFilteredScreens("osd")
delegate: MediaPlaybackOSD {
modelData: item
}
}
Variants {
model: SettingsData.getFilteredScreens("osd")