瀏覽代碼

Add NOTIFY support to recent average production report

Neal Wilson 7 年之前
父節點
當前提交
0a42eaff8f
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      config/Reports/rwacp.xml

+ 4
- 0
config/Reports/rwacp.xml 查看文件

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

Loading…
取消
儲存