Replaced "Dismiss" button in notification popup with "Archive" button (#664)
* replaced "Dismiss" button in notification popup with "Archive" button fixes https://github.com/bkaankose/Wino-Mail/issues/40 * Fixed incorrect build action for the archive icon. --------- Co-authored-by: Burak Kaan Köse <bkaankose@outlook.com>
This commit is contained in:
BIN
Wino.Mail/Assets/NotificationIcons/archive.png
Normal file
BIN
Wino.Mail/Assets/NotificationIcons/archive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -26,6 +26,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Remove="Assets\EML\eml.png" />
|
||||
<None Remove="Assets\NotificationIcons\archive.png" />
|
||||
<None Remove="Assets\NotificationIcons\delete.png" />
|
||||
<None Remove="Assets\NotificationIcons\dismiss.png" />
|
||||
<None Remove="Assets\NotificationIcons\markread.png" />
|
||||
@@ -51,6 +52,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Assets\EML\eml.png" />
|
||||
<Content Include="Assets\NotificationIcons\archive.png" />
|
||||
<Content Include="Assets\NotificationIcons\delete.png" />
|
||||
<Content Include="Assets\NotificationIcons\dismiss.png" />
|
||||
<Content Include="Assets\NotificationIcons\markread.png" />
|
||||
|
||||
Reference in New Issue
Block a user