mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
displays: add adaptiveSyncSupported to wlroutput API
This commit is contained in:
@@ -431,7 +431,7 @@ Singleton {
|
||||
"serial": output.serialNumber || "",
|
||||
"modes": normalizedModes,
|
||||
"current_mode": normalizedModes.findIndex(m => m.id === output.currentMode?.id),
|
||||
"vrr_supported": output.adaptiveSync !== undefined,
|
||||
"vrr_supported": output.adaptiveSyncSupported ?? false,
|
||||
"vrr_enabled": output.adaptiveSync === 1,
|
||||
"logical": {
|
||||
"x": output.x ?? 0,
|
||||
|
||||
Reference in New Issue
Block a user