Commit e06c16e8 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #12957 from AnyISalIn/dev

fix: update shared.opts.data when add_option
parents 72bc69e7 317d00b2
......@@ -210,6 +210,7 @@ class Options:
def add_option(self, key, info):
self.data_labels[key] = info
self.data[key] = info.default
def reorder(self):
"""reorder settings so that all items related to section always go together"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment