Route icon results through UI events (T-607)

This commit is contained in:
ila
2026-07-17 10:21:44 +08:00
parent fba672381e
commit 0945fe93dc
24 changed files with 2068 additions and 31 deletions
+2
View File
@@ -17,6 +17,8 @@ func TestEventTypeValid(t *testing.T) {
EventAppStarted,
EventAppExited,
EventLicenseChanged,
EventIconReady,
EventIconFailed,
}
for _, eventType := range eventTypes {