Просмотр исходного кода

Add NOTIFY support to recent average production report

Neal Wilson 8 лет назад
Родитель
Сommit
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>

Загрузка…
Отмена
Сохранить