mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2024-08-15 00:43:43 +00:00
🤓 format the code 🥰
This commit is contained in:
parent
ebfcf9cf32
commit
6abefb4682
1 changed files with 3 additions and 2 deletions
|
@ -166,7 +166,8 @@ public class SettingsComponent {
|
||||||
final var b = new BasmalhOnStart();
|
final var b = new BasmalhOnStart();
|
||||||
b.setActive(basmalhOnStartCheckBox.isSelected());
|
b.setActive(basmalhOnStartCheckBox.isSelected());
|
||||||
b.setSoundActive(autoPlayBasmalhCheckBox.isSelected());
|
b.setSoundActive(autoPlayBasmalhCheckBox.isSelected());
|
||||||
b.setEditionId(((ReadableEdition) Objects.requireNonNull(basmalhPlayerIdComboBox.getSelectedItem())).getEdition().getIdentifier());
|
b.setEditionId(((ReadableEdition) Objects.requireNonNull(
|
||||||
|
basmalhPlayerIdComboBox.getSelectedItem())).getEdition().getIdentifier());
|
||||||
b.setVolume(basmalhVolumeSlider.getValue());
|
b.setVolume(basmalhVolumeSlider.getValue());
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue