add new Accounts button to chrome sidebar

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-07-09 20:25:25 -04:00
parent a31fdd3ed2
commit 45490c918d
3 changed files with 18 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ pub fn add_account_image() -> Image<'static> {
))
}
pub fn accounts_image() -> Image<'static> {
Image::new(include_image!("../../../assets/icons/accounts.png"))
}
pub fn add_column_dark_image() -> Image<'static> {
Image::new(include_image!(
"../../../assets/icons/add_column_dark_4x.png"