Browse Source

Add NOTIFY support to recent average production report

Neal Wilson 6 years ago
parent
commit
0a42eaff8f
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      config/Reports/rwacp.xml

+ 4
- 0
config/Reports/rwacp.xml View File

@@ -183,6 +183,10 @@
183 183
                 QSettings.setValue("script/report_unit", unitBox.currentIndex);
184 184
                 refresh();
185 185
             });
186
+            var notifier = Application.subscribe("roastinglogchange");
187
+            notifier.notify.connect(function() {
188
+                refresh();
189
+            });
186 190
         ]]>
187 191
     </program>
188 192
 </window>

Loading…
Cancel
Save