Skip to content

Commit 4e7225b

Browse files
shanselmanCopilot
andcommitted
fix: add missing System.Collections.Frozen using in App.xaml.cs
PR openclaw#105 introduced ToFrozenDictionary but missed the using directive for the WinUI project. Fixes build break on master. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 37a5f94 commit 4e7225b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎src/OpenClaw.Tray.WinUI/App.xaml.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
using OpenClawTray.Services;
99
using OpenClawTray.Windows;
1010
using System;
11+
using System.Collections.Frozen;
1112
using System.Collections.Generic;
1213
using System.Diagnostics;
1314
using System.Drawing;

0 commit comments

Comments
 (0)