diff --git a/src/treeland/quick/qml/Main.qml b/src/treeland/quick/qml/Main.qml index c137ddd0..1a88ba9c 100644 --- a/src/treeland/quick/qml/Main.qml +++ b/src/treeland/quick/qml/Main.qml @@ -39,9 +39,6 @@ Item { id: backend onOutputAdded: function(output) { - if (!backend.hasDrm) - output.forceSoftwareCursor = true // Test - Helper.allowNonDrmOutputAutoChangeMode(output) QmlHelper.outputManager.add({waylandOutput: output}) outputManagerV1.newOutput(output)