feat: add icon

This commit is contained in:
2026-05-07 08:02:19 +05:00
parent 04755cf05b
commit 7cc2b8542d
13 changed files with 12 additions and 0 deletions
+6
View File
@@ -17,6 +17,12 @@ export component BrowserItem {
height: 80px;
padding: 8px;
alignment: space-between;
Image {
height: 48px;
width: 48px;
source: @image-url("../logos/firefox_48x48.png");
}
Text {
text: browser.path;
vertical_alignment: center;