Add configurable mail notification actions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
public sealed partial class MailNotificationSettingsPage : MailNotificationSettingsPageAbstract
|
||||
{
|
||||
public MailNotificationSettingsPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user