use hashtag icon
closes https://github.com/damus-io/notedeck/issues/490 Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
BIN
assets/icons/hashtag_icon_4x.png
Normal file
BIN
assets/icons/hashtag_icon_4x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
@@ -367,7 +367,7 @@ impl<'a> AddColumnView<'a> {
|
|||||||
vec.push(ColumnOptionData {
|
vec.push(ColumnOptionData {
|
||||||
title: "Hashtag",
|
title: "Hashtag",
|
||||||
description: "Stay up to date with a certain hashtag",
|
description: "Stay up to date with a certain hashtag",
|
||||||
icon: egui::include_image!("../../../../assets/icons/notifications_icon_dark_4x.png"),
|
icon: egui::include_image!("../../../../assets/icons/hashtag_icon_4x.png"),
|
||||||
option: AddColumnOption::UndecidedHashtag,
|
option: AddColumnOption::UndecidedHashtag,
|
||||||
});
|
});
|
||||||
vec.push(ColumnOptionData {
|
vec.push(ColumnOptionData {
|
||||||
|
|||||||
Reference in New Issue
Block a user