mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-01 20:58:50 +00:00
Log messages are not displayed when in the background
This commit is contained in:
parent
449bb40d48
commit
c2928be35d
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue