mirror of https://github.com/2dust/v2rayN
Log messages are not displayed when in the background
parent
449bb40d48
commit
c2928be35d
|
@ -613,6 +613,10 @@ namespace v2rayN.ViewModels
|
||||||
|
|
||||||
private void UpdateHandler(bool notify, string msg)
|
private void UpdateHandler(bool notify, string msg)
|
||||||
{
|
{
|
||||||
|
if (!_showInTaskbar)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
_noticeHandler?.SendMessage(msg);
|
_noticeHandler?.SendMessage(msg);
|
||||||
if (notify)
|
if (notify)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue