I just found out that OP also posted this in Electrum's GitHub repo as a new issue which is closed without getting any sufficient answer.
Link:
https://github.com/spesmilo/electrum/issues/8751When I create a new Electrum wallet with the private keys, why is Lightning disabled for that wallet?
I'm uncertain on this answer so I only answered one question in my previous reply (
CMIIAW):
Electrum's lightning wallet requires a master private key where the private keys to be used in your lightning transactions' HTLC (
Hashed Timelock Contract).
It can't rely on imported keys since it'll eventually run out of available unused keys after few transactions and reusing those isn't an option because it's unsafe to reuse used keys in old HTLC.