mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 21:06:58 +03:00
NOISSUE watch added Component for changes in order to trigger ComponentList saves
This commit is contained in:
parent
6a462d0778
commit
e0bea1e46a
1 changed files with 1 additions and 0 deletions
|
|
@ -641,6 +641,7 @@ void ComponentList::insertComponent(size_t index, ComponentPtr component)
|
|||
d->components.insert(index, component);
|
||||
d->componentIndex[id] = component;
|
||||
endInsertRows();
|
||||
connect(component.get(), &Component::dataChanged, this, &ComponentList::componentDataChanged);
|
||||
scheduleSave();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue