feat: remove 5-second refreshTimer — first major step toward low-duty-cycle architecture (on-demand + post-action verification only)
This commit is contained in:
parent
619c988f56
commit
5ace4095c6
1 changed files with 1 additions and 12 deletions
|
|
@ -24,19 +24,8 @@ PluginComponent {
|
|||
popoutWidth: 360
|
||||
popoutHeight: 400
|
||||
|
||||
Timer {
|
||||
id: refreshTimer
|
||||
interval: 5000
|
||||
running: true
|
||||
repeat: true
|
||||
onTriggered: {
|
||||
if (!statusCheck.running) {
|
||||
statusCheck.running = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
// Initial status fetch on load. Subsequent fetches are on-demand (popout open, explicit refresh, or post-action verification).
|
||||
statusCheck.running = true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue