mirror of
https://github.com/2dust/v2rayN.git
synced 2026-01-17 19:39:34 +00:00
恢复 Avalonia UI 版本通知弹窗位置为右下角
This commit is contained in:
parent
964572817b
commit
ab06f7e262
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public partial class MainWindow : WindowBase<MainWindowViewModel>
|
|||
InitializeComponent();
|
||||
|
||||
_config = AppManager.Instance.Config;
|
||||
_manager = new WindowNotificationManager(TopLevel.GetTopLevel(this)) { MaxItems = 3, Position = NotificationPosition.TopRight };
|
||||
_manager = new WindowNotificationManager(TopLevel.GetTopLevel(this)) { MaxItems = 3, Position = NotificationPosition.BottomRight };
|
||||
|
||||
this.KeyDown += MainWindow_KeyDown;
|
||||
menuSettingsSetUWP.Click += menuSettingsSetUWP_Click;
|
||||
|
|
|
|||
Loading…
Reference in a new issue