ソースを参照

Add NOTIFY support to recent average production report

Neal Wilson 8年前
コミット
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>

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