1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

10 Commits

Author SHA1 Message Date
David Sangrey
d22f39496b
[748] Reorder Linux Settings 2024-06-25 12:18:52 -04:00
David Sangrey
86b5556efb
[748] Enable Plugin Change w/ App Restart 2024-06-25 11:25:05 -04:00
David Sangrey
0d9607b4f8
[Minor] Add Missing Future Annotation 2024-03-30 16:02:54 -04:00
David Sangrey
cb4a26186a
[2051] Revert Linux Changes
I can't adequately test this right now, so not touching it.
2023-11-10 11:22:49 -05:00
David Sangrey
239c5b6e24
[2051] Config Files 2023-10-19 19:24:43 -04:00
A_D
4527177f9b
config/linux.py: Removed List and Optional usage
Missed these in the initial PR -- using the python 3.10 versions
2022-12-23 18:33:47 +02:00
A_D
876afafcac
config/linux.py Fix mypy complaints
This wasn't updated to note optionals when the parent base class was
2022-12-23 17:49:07 +02:00
Athanasius
19114fdc3a
config/linux: Remove unused TYPE_CHECKING import 2022-12-04 15:15:14 +00:00
A_D
8c2a0ae95a
make tests not explode on windows 2022-01-26 20:37:10 +02:00
A_D
86292e02e2
Move config to module, separate out implementation
Does what it says on the tin. Moves config implementations out to
individual files, guards those around platforms to make stuff more
reasonably split out.
2022-01-26 18:51:49 +02:00