mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 22:45:38 -05:00
Conflict fixes
This commit is contained in:
@@ -633,11 +633,7 @@ PanelWindow {
|
|||||||
BluetoothTab {
|
BluetoothTab {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Theme.spacingM
|
anchors.margins: Theme.spacingM
|
||||||
<<<<<<< HEAD
|
visible: root.bluetoothAvailable && controlCenterPopup.currentTab === "bluetooth"
|
||||||
visible: root.bluetoothAvailable && controlCenterPopup.currentTab === 2
|
|
||||||
=======
|
|
||||||
visible: controlCenterPopup.currentTab === "bluetooth"
|
|
||||||
>>>>>>> 86d4c7a429ff69eb5d4da204f98f045ed4634ad3
|
|
||||||
|
|
||||||
// Bind properties from root
|
// Bind properties from root
|
||||||
bluetoothEnabled: root.bluetoothEnabled
|
bluetoothEnabled: root.bluetoothEnabled
|
||||||
@@ -648,11 +644,7 @@ PanelWindow {
|
|||||||
DisplayTab {
|
DisplayTab {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Theme.spacingM
|
anchors.margins: Theme.spacingM
|
||||||
<<<<<<< HEAD
|
|
||||||
visible: controlCenterPopup.currentTab === (root.bluetoothAvailable ? 3 : 2)
|
|
||||||
=======
|
|
||||||
visible: controlCenterPopup.currentTab === "display"
|
visible: controlCenterPopup.currentTab === "display"
|
||||||
>>>>>>> 86d4c7a429ff69eb5d4da204f98f045ed4634ad3
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user