Commit graph

11 commits

Author SHA1 Message Date
8a36617298 Mod, QMod: add long description property 2025-05-29 19:08:59 +02:00
902227a8bd Mod: read name, description and authors from json if available 2025-05-29 18:50:01 +02:00
4d22e68a9b Mod: parse meta.json if it exists 2025-05-29 18:05:26 +02:00
4d3112e9e8 Mod: remove unneded else statement 2025-05-29 18:05:26 +02:00
999cf68655 Mod: fix mod enabling/disabling multiple times
I forgot to update the enabled variable, so this would only work the
first time it gets called
2025-05-28 17:04:17 +02:00
f3650c10a9 Format code 2025-05-28 10:50:13 +02:00
5cfab64b07 mod: use Path instead of strings 2025-05-25 14:31:46 +02:00
0850a23b35 Mod: read toml with get() 2025-05-23 01:50:27 +02:00
54dedaba5d Mod: fix enabled property 2025-05-23 01:47:19 +02:00
de7ebe2e51 Mod: add type annotations 2025-05-23 01:42:14 +02:00
6061590270 Move source code to src/leek
This makes the package work again
2025-05-23 00:31:14 +02:00
Renamed from src/mod.py (Browse further)