[Feature]: Load settings from JSON File #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Summary
Load style settings from JSON file
Motivation
Currently we define settings in config/StyleConfig.qml. Loading these from a JSON file instead would be useful for creating dynamic style configurations across machines... i.e. I could use Nix toJson function to write a settings file and then vary my definitions depending on the host machine I am on.
I.e. for stuff like reducing the sizes of modules if I'm on my laptop (small monitor) vs my main pc (huge monitor)
Feature Details
No response
Checklist