Rename LazyConfig to AppHandler
This commit is contained in:
@@ -12,7 +12,7 @@ namespace v2rayN.Desktop.Views
|
||||
InitializeComponent();
|
||||
|
||||
btnCancel.Click += (s, e) => this.Close();
|
||||
_config = LazyConfig.Instance.Config;
|
||||
_config = AppHandler.Instance.Config;
|
||||
//_config.globalHotkeys ??= new List<KeyEventItem>();
|
||||
|
||||
//txtGlobalHotkey0.KeyDown += TxtGlobalHotkey_PreviewKeyDown;
|
||||
|
||||
Reference in New Issue
Block a user