refactor asset serving & fix typos

- Added necessary libraries for Linux build in build-linux.yml
- Updated submodule reference for zupdater
- Added new video resource for wireless gallery import
- use UDID instead of UUID across multiple files
- Improved user interface messages and layout in various widgets
- Refactor http server
This commit is contained in:
uncor3
2025-11-13 05:14:37 +00:00
parent 9584538f0e
commit 8b0a673a55
21 changed files with 402 additions and 535 deletions
+2 -2
View File
@@ -393,8 +393,8 @@ void DeviceSidebarWidget::updateSelection()
// Set selection based on current selection
if (m_currentSelection.type == DeviceSelection::Normal &&
m_deviceItems.contains(m_currentSelection.uuid)) {
m_deviceItems[m_currentSelection.uuid]->setSelected(true);
m_deviceItems.contains(m_currentSelection.udid)) {
m_deviceItems[m_currentSelection.udid]->setSelected(true);
} else if (m_currentSelection.type == DeviceSelection::Recovery &&
m_recoveryItems.contains(m_currentSelection.ecid)) {
m_recoveryItems[m_currentSelection.ecid]->setSelected(true);