1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

remove useless change

This commit is contained in:
bbedward
2025-08-15 11:12:01 -04:00
parent ff70343fa0
commit 0becbf4b4f

View File

@@ -82,19 +82,6 @@ PanelWindow {
root.updateGpuTempConfig()
}
function onWidgetDataChanged() {
Qt.callLater(() => {
leftSection.visible = false
centerSection.visible = false
rightSection.visible = false
Qt.callLater(() => {
leftSection.visible = true
centerSection.visible = true
rightSection.visible = true
})
})
}
target: SettingsData
}