Log messages are not displayed when in the background
This commit is contained in:
@@ -613,6 +613,10 @@ namespace v2rayN.ViewModels
|
||||
|
||||
private void UpdateHandler(bool notify, string msg)
|
||||
{
|
||||
if (!_showInTaskbar)
|
||||
{
|
||||
return;
|
||||
}
|
||||
_noticeHandler?.SendMessage(msg);
|
||||
if (notify)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user