1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

displays: add hyprland HDR options

This commit is contained in:
bbedward
2025-12-16 14:12:51 -05:00
parent 55fe463405
commit d9a1089039
7 changed files with 555 additions and 14 deletions

View File

@@ -263,7 +263,7 @@ StyledRect {
case "niri":
return "NiriOutputSettings.qml";
case "hyprland":
return "";
return "HyprlandOutputSettings.qml";
default:
return "";
}