Update the state of the Include Decals button based on the current StorageOptions.
This commit is contained in:
parent
e78f5b27f1
commit
3c7afcc2fb
@ -176,6 +176,7 @@ public class StorageOptionChooser extends JPanel {
|
|||||||
|
|
||||||
// Compression checkbox
|
// Compression checkbox
|
||||||
compressButton.setSelected(opts.isCompressionEnabled());
|
compressButton.setSelected(opts.isCompressionEnabled());
|
||||||
|
decalButton.setSelected(opts.isIncludeDecals());
|
||||||
|
|
||||||
updateEstimate();
|
updateEstimate();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user