Browse Source

#IQRV #comment [ResourceWatcher] BugFix

gifur 4 years ago
parent
commit
94e3429fe7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_ResourceWatcher/ResourceWatcherFSM.cpp

+ 1 - 1
Module/mod_ResourceWatcher/ResourceWatcherFSM.cpp

@@ -4075,7 +4075,7 @@ void ResourceWatcherFSM::ConfirmNotificationCenterDisable()
     GetEntityBase()->GetFunction()->OpenConfig(Config_Software, spConfig);
     int flag = 0;
     spConfig->ReadConfigValueInt("DDE", "DisableOSD", flag);
-    if (flag != 1)
+    if (flag != 1) {
         Dbg("allow the dde-osd process alive.");
         return;
     }