From 3b7521a47ae731f0bf0a922822e4417493489539 Mon Sep 17 00:00:00 2001 From: Runt <qingingrunt2010@qq.com> Date: Wed, 09 Jul 2025 10:42:02 +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