Merge new Accounts button to chrome sidebar by kernel #994

kernelkind (3):
      use saturating sub
      add new Accounts button to chrome sidebar
      add ChromePanelAction::Profile & use for pfp
This commit is contained in:
William Casarin
2025-07-23 09:12:23 -07:00
4 changed files with 79 additions and 6 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"