refactor: ProcessList non-singleton with sortBy+active, each panel owns one instance gated on _showPanel

This commit is contained in:
Damocles 2026-04-15 18:01:49 +02:00
parent d55f9a0829
commit 8fdd9692e6
4 changed files with 28 additions and 23 deletions

View file

@ -34,7 +34,7 @@ IdleInhibitor 1.0 IdleInhibitor.qml
Notifications 1.0 Notifications.qml
singleton NiriIpc 1.0 NiriIpc.qml
singleton SystemStats 1.0 SystemStats.qml
singleton ProcessList 1.0 ProcessList.qml
ProcessList 1.0 ProcessList.qml
singleton NotifService 1.0 NotifService.qml
NotifItem 1.0 NotifItem.qml
NotifPopup 1.0 NotifPopup.qml