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:
@@ -841,6 +841,14 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Variants {
|
||||
model: SettingsData.getFilteredScreens("osd")
|
||||
|
||||
delegate: MediaPlaybackOSD {
|
||||
modelData: item
|
||||
}
|
||||
}
|
||||
|
||||
Variants {
|
||||
model: SettingsData.getFilteredScreens("osd")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user