mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
change profile to config
change profile to config
This commit is contained in:
@@ -15,15 +15,15 @@ for path in config_path:
|
||||
with open(filename, "rb") as f:
|
||||
configs[name] = tomllib.load(f)
|
||||
except tomllib.TOMLDecodeError:
|
||||
print(f"Invalid TOML profile: configs/{filename.stem}")
|
||||
print(f"Invalid TOML config: configs/{filename.stem}")
|
||||
|
||||
for name, cfg in configs.items():
|
||||
print(f"Loaded configuration configs/{name}")
|
||||
configuration[name] = cfg
|
||||
|
||||
_defaults = {
|
||||
"profiles": {
|
||||
"profile": None,
|
||||
"configs": {
|
||||
"config": None,
|
||||
},
|
||||
"theme": {
|
||||
"enabled": True,
|
||||
|
||||
Reference in New Issue
Block a user