Skip to content

Commit c499c29

Browse files
authored
Merge pull request #425 from bkudiess/feat/colorful-sidebar-icons
Colorful Fluent sidebar icons + Fluent Emoji lobster
2 parents 3d16bac + b5d870e commit c499c29

33 files changed

Lines changed: 245 additions & 25 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@ private void SyncConnectionToggle(ConnectionStatus status)
23162316
// For now, use the app icon for all notifications
23172317
// In the future, we could create category-specific icons
23182318
var appDir = AppContext.BaseDirectory;
2319-
var iconPath = System.IO.Path.Combine(appDir, "Assets", "claw.ico");
2319+
var iconPath = System.IO.Path.Combine(appDir, "Assets", "openclaw.ico");
23202320
return System.IO.File.Exists(iconPath) ? iconPath : null;
23212321
}
23222322

224 Bytes
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)