Fixed actions.

This commit is contained in:
2025-12-26 23:37:15 +01:00
parent b7092ed3a5
commit a12fde26ef
3 changed files with 28 additions and 13 deletions

View File

@@ -68,6 +68,7 @@ protected:
using BCDevicePanels = QMap<BCDevice::ID, BCDevicePanel*>;
BCDevicePanels _devicePanels;
BCDevicePanel* _currentPanel{};
};