applemusicrp icon indicating copy to clipboard operation
applemusicrp copied to clipboard

Have 2 separate configuration files & add a reload config option

Open wxllow opened this issue 3 years ago • 0 comments

Have 2 separate configuration files, config.toml for advanced user configuration, and preferences.toml for settings that can be changed directly in the app. In addition to this, add a "Reload Configuration" option

Here is how the reload config may work:

def reload_config():
    config = Config()

wxllow avatar Jun 30 '22 23:06 wxllow