commit 19/05/2025

This commit is contained in:
2025-05-20 09:41:36 +07:00
parent 2dfd149990
commit 5f2093a572
10 changed files with 56 additions and 78 deletions

View File

@@ -144,13 +144,11 @@ public class SettingView {
}
MirrorCamera.selectedProperty().addListener(((observable, oldValue, newValue) -> {
System.out.println("Mirror option changed to : "+newValue);
config.setMirrorCamera(newValue);
config.Save();
}));
FlipCamera.selectedProperty().addListener((observable, oldValue, newValue) -> {
System.out.println("Flip option changed to : "+newValue);
config.setFlipCamera(newValue);
config.Save();
});