Ability to set composer default font (#287)
* Added ability to set Composer font * Added missing translations and refactoring * Remove unused methods * Small fixes
This commit is contained in:
12
Wino.Mail/Views/Settings/ReadComposePanePage.xaml.cs
Normal file
12
Wino.Mail/Views/Settings/ReadComposePanePage.xaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings
|
||||
{
|
||||
public sealed partial class ReadComposePanePage : ReadComposePanePageAbstract
|
||||
{
|
||||
public ReadComposePanePage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user