mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Minor Theme saving tweak
This commit is contained in:
@@ -8102,7 +8102,7 @@ def UI_2_theme_change(data):
|
||||
for key, value in data['theme'].items():
|
||||
f.write("\t{}: {};\n".format(key, value.replace(";", "").replace("--", "-")))
|
||||
f.write("}")
|
||||
f.write("--------Special Rules from Original Theme---------")
|
||||
f.write("--------Special Rules from Original Theme---------\n")
|
||||
for rule in data['special_rules']:
|
||||
f.write(rule)
|
||||
f.write("\n")
|
||||
|
Reference in New Issue
Block a user