DirectWidgetSettingsPanel

This commit is contained in:
ItsLemmy
2025-10-22 09:39:24 -04:00
parent 508879bbe8
commit 9003c60667
6 changed files with 74 additions and 45 deletions
+2 -2
View File
@@ -351,8 +351,8 @@ Rectangle {
anchors.fill: parent
acceptedButtons: Qt.RightButton
onClicked: {
var settingsPanel = PanelService.getPanel("settingsPanel")
settingsPanel.openWidgetSettings(root.section, root.sectionWidgetIndex, root.widgetId, root.widgetSettings)
var directPanel = PanelService.getPanel("directWidgetSettingsPanel")
directPanel.openWidgetSettings(root.section, root.sectionWidgetIndex, root.widgetId, root.widgetSettings)
}
}
}