mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-15 00:32:47 -04:00
quickshell: drop support for 0.2, require 0.3+
- Remove all compat code - Rewire LegacyNetworkService to use Quickshell.Networking - Add parentWindow to settings child windows
This commit is contained in:
@@ -71,8 +71,13 @@ Item {
|
||||
PathCubic {}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: pathMoveComp
|
||||
PathMove {}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
shapePath.pathElements.push(Qt.createQmlObject('import QtQuick; import QtQuick.Shapes; PathMove {}', shapePath));
|
||||
shapePath.pathElements.push(pathMoveComp.createObject(shapePath));
|
||||
|
||||
for (let i = 0; i < segments; i++) {
|
||||
const seg = cubicSegment.createObject(shapePath);
|
||||
|
||||
Reference in New Issue
Block a user