1
0
Fork 0
mirror of https://github.com/LongSoft/UEFITool.git synced 2025-05-31 07:18:23 -04:00

Do not expand the item tree on file open

This commit is contained in:
Nikolaj Schlej 2025-04-28 17:50:09 +07:00
parent 7237a29b17
commit ec558b6da2

View file

@ -757,8 +757,6 @@ void UEFITool::openImageFile(QString path)
// Update menu
updateRecentFilesMenu(currentPath);
ui->structureTreeView->expandToDepth(1);
}
void UEFITool::enableMessagesCopyActions(QListWidgetItem* item)