Remove testing statement
This commit is contained in:
parent
b6a6ec5e3a
commit
769f80ec72
@ -181,8 +181,6 @@ public class MainController implements Initializable {
|
|||||||
stationNameField.textProperty().bindBidirectional(selectedStationName);
|
stationNameField.textProperty().bindBidirectional(selectedStationName);
|
||||||
nextSendTimeLabel.textProperty().bind(nextSendTime);
|
nextSendTimeLabel.textProperty().bind(nextSendTime);
|
||||||
|
|
||||||
nextSendTime.set("sup brah");
|
|
||||||
|
|
||||||
Result<MainSettings, Exception> result = MainSettings.load();
|
Result<MainSettings, Exception> result = MainSettings.load();
|
||||||
if (!result.hasSuccess()) {
|
if (!result.hasSuccess()) {
|
||||||
Alert alert = new Alert(Alert.AlertType.ERROR, "Unable to load settings file. See log for details. Reinitialize settings? This may overwrite existing settings.", ButtonType.YES, ButtonType.NO);
|
Alert alert = new Alert(Alert.AlertType.ERROR, "Unable to load settings file. See log for details. Reinitialize settings? This may overwrite existing settings.", ButtonType.YES, ButtonType.NO);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user