iconized main menu: add icon for profiles button when only original profile exists

fixes #606
This commit is contained in:
MrOtherGuy
2026-03-03 19:46:09 +02:00
parent 552405c58b
commit 0ec973ebc4

View File

@@ -16,6 +16,7 @@ See the above repository for updates as well as full license text. */
width: 16px;
height: 16px;
}
#appMenu-empty-profiles-button{ list-style-image: url("chrome://browser/skin/topsites.svg") }
#appMenu-new-tab-button2{ list-style-image: url("chrome://browser/skin/new-tab.svg") }
#appMenu-new-window-button2{ list-style-image: url("chrome://browser/skin/window.svg") }
#appMenu-new-private-window-button2{ list-style-image: url("chrome://browser/skin/privateBrowsing.svg") }