feat(global): add autoEnable and make enable = false disable all modules#817
feat(global): add autoEnable and make enable = false disable all modules#817ThinkChaos wants to merge 2 commits intocatppuccin:mainfrom
autoEnable and make enable = false disable all modules#817Conversation
|
currently unless we just break every single module. we should also check the stateVersion something roughly like |
4c8dffd to
cd18a67
Compare
|
Based on your other comment I thought that would be enough :/ (I rebased on main) |
Yeah i thought this too. Then I realised when i actually saw the code 😭. Thanks again for working on this. |
|
No worries! I think I can use an attr under |
|
I pushed a couple commits, the most interesting one being 776acb4 which should do what you were describing, just in a central place to keep modules simpler :) |
997b70f to
2f32bf1
Compare
…modules `autoEnable` defaults to `enable` for backwards compatibility.
1d3f86f to
7167c94
Compare
|
Hey, any further comments? :) |
|
I'm mostly good with it I did want @getchoo to take a look before going forwards but they seem quite busy as of recent |
Fixes #796