mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-01 04:03:00 +00:00
將 Avalonia UI 版本通知彈窗位置恢復為右下角
This commit is contained in:
parent
93b061ae9a
commit
9d268dea8e
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