Rules-based browser launcher for TUI + GNOME. switchyard.aly.codes
tui gome bowser go
0

Configure Feed

Select the types of activity you want to include in your feed.

windows/settings/rules: swap empty state icon

Aly Raffauf (May 25, 2026, 9:06 PM EDT) 7eb8f4d6 9ecb5404

+1 -1
+1 -1
src/settings_rules.go
··· 112 112 content.Append(infoLabel) 113 113 114 114 rulesListBox := createBoxedListBox() 115 - emptyState := createEmptyState("list-add-symbolic", "No Browser Rules", "Add rules to automatically open links in specific browsers") 115 + emptyState := createEmptyState("view-list-symbolic", "No Browser Rules", "Add rules to automatically open links in specific browsers") 116 116 117 117 // Helper to get browser name from ID 118 118 getBrowserName := func(id string) string {