소스 검색

Add NOTIFY support to recent average production report

Neal Wilson 6 년 전
부모
커밋
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…
취소
저장