mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user