Keyboard shortcuts dialog.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Wino.Mail.WinUI.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
public sealed partial class KeyboardShortcutsPage : KeyboardShortcutsPageAbstract
|
||||
{
|
||||
public KeyboardShortcutsPage()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user