From 7b3ecfffc59d2d980d9f7628365b64c20fe015be Mon Sep 17 00:00:00 2001 From: Runt <qingingrunt2010@qq.com> Date: Sun, 27 Jul 2025 09:42:03 +0000 Subject: [PATCH] 多个小窗缩放问题修复 --- LiveProject/data/DeviceInfo.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/LiveProject/data/DeviceInfo.swift b/LiveProject/data/DeviceInfo.swift index 86d4ecf..ff6bf3f 100644 --- a/LiveProject/data/DeviceInfo.swift +++ b/LiveProject/data/DeviceInfo.swift @@ -10,7 +10,7 @@ let name:String let type:StreamType let deviceId:String; - var icon : (any View)? = nil; + var icon : IconInfo? = nil; func hash(into hasher: inout Hasher){ hasher.combine(deviceId) -- Gitblit v1.9.1