ソースを参照

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,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>

読み込み中…
キャンセル
保存