Remove schedule test buttons

This commit is contained in:
2025-07-05 18:18:36 -07:00
parent c8a1128e11
commit ca502fd411
3 changed files with 0 additions and 13 deletions

View File

@ -533,16 +533,6 @@ public class StationSettingsController {
}
}
@FXML
private void handleTestRegisterScheduleButtonPress() {
WindowsScheduler.registerSchedule(settings);
}
@FXML
private void handleTestRunScheduleButtonPress() {
WindowsScheduler.runSchedule(settings);
}
public StringProperty stationAddressProperty() {
return stationAddress;
}

View File

@ -147,8 +147,6 @@
<Label layoutX="115.0" layoutY="8.0" text="Starting from:" />
<DatePicker fx:id="scheduleStartDatePicker" accessibleText="Message schedule start date" disable="${manageScheduleExternallyCheckBox.selected}" layoutX="115.0" layoutY="34.0" />
<TextField fx:id="scheduleStartTimeField" accessibleText="Message schedule start time" disable="${manageScheduleExternallyCheckBox.selected}" layoutX="115.0" layoutY="64.0" text="23:24:49" />
<Button layoutX="377.0" layoutY="73.0" mnemonicParsing="false" onAction="#handleTestRegisterScheduleButtonPress" text="Test register scheduled task" />
<Button layoutX="377.0" layoutY="107.0" mnemonicParsing="false" onAction="#handleTestRunScheduleButtonPress" text="Test running scheduled task" />
</children>
</AnchorPane>

View File

@ -108,7 +108,6 @@
<li>
Set other options (See application reference for details)
</li>
<li>TODO: test post</li>
</ol>
<h3>