mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-12 07:19:41 -04:00
- Remove all compat code - Rewire LegacyNetworkService to use Quickshell.Networking - Add parentWindow to settings child windows
9 lines
137 B
QML
9 lines
137 B
QML
import QtQuick
|
|
import QtMultimedia
|
|
|
|
Video {
|
|
fillMode: VideoOutput.PreserveAspectCrop
|
|
loops: MediaPlayer.Infinite
|
|
volume: 0
|
|
}
|