Add support for default export option values
This commit is contained in:
@@ -48,8 +48,8 @@ class Options(Enum):
|
||||
|
||||
|
||||
EFT_OPTIONS = (
|
||||
(Options.IMPLANTS.value, 'Implants && Boosters', 'Export implants and boosters'),
|
||||
(Options.MUTATIONS.value, 'Mutated Attributes', 'Export mutated modules\' stats'),
|
||||
(Options.IMPLANTS.value, 'Implants && Boosters', 'Export implants and boosters', True),
|
||||
(Options.MUTATIONS.value, 'Mutated Attributes', 'Export mutated modules\' stats', True),
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@ class Options(Enum):
|
||||
|
||||
|
||||
MULTIBUY_OPTIONS = (
|
||||
(Options.IMPLANTS.value, 'Implants && Boosters', 'Export implants and boosters'),
|
||||
(Options.CARGO.value, 'Cargo', 'Export cargo contents'),
|
||||
(Options.IMPLANTS.value, 'Implants && Boosters', 'Export implants and boosters', False),
|
||||
(Options.CARGO.value, 'Cargo', 'Export cargo contents', True),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user