This commit is contained in:
parent
809325ebac
commit
41ddc25cc9
|
@ -243,8 +243,7 @@ public class SettingsTab extends Tab implements TabSelectionListener {
|
||||||
|
|
||||||
private void refreshChaturbateTabs() {
|
private void refreshChaturbateTabs() {
|
||||||
getTabPane().getTabs().forEach(tab -> {
|
getTabPane().getTabs().forEach(tab -> {
|
||||||
Node content = tab.getContent();
|
if (tab instanceof ThumbOverviewTab overviewTab) {
|
||||||
if (content instanceof ThumbOverviewTab overviewTab) {
|
|
||||||
if (overviewTab.getUpdateService() != null) {
|
if (overviewTab.getUpdateService() != null) {
|
||||||
overviewTab.getUpdateService().reset();
|
overviewTab.getUpdateService().reset();
|
||||||
overviewTab.getUpdateService().restart();
|
overviewTab.getUpdateService().restart();
|
||||||
|
@ -254,7 +253,6 @@ public class SettingsTab extends Tab implements TabSelectionListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private void createGui() {
|
private void createGui() {
|
||||||
var postProcessingStepPanel = new PostProcessingStepPanel(config);
|
var postProcessingStepPanel = new PostProcessingStepPanel(config);
|
||||||
var variablesHelpButton = createHelpButton("Variables", "http://localhost:5689/docs/PostProcessing.md#variables");
|
var variablesHelpButton = createHelpButton("Variables", "http://localhost:5689/docs/PostProcessing.md#variables");
|
||||||
|
|
Loading…
Reference in New Issue