diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-21 21:56:08 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-21 21:56:08 +0100 |
| commit | b1795f83cd500b5b58928efa5e170de8338178d5 (patch) | |
| tree | 3f79cd0a016b108e4720fd08f1f0e4b13b30a66e /src/modlist.cpp | |
| parent | d81fb09f33f8cd668db20b6120c481580c6c938e (diff) | |
Refresh data tab when mods are enabled or moved.
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index e2a443bd..13b2298f 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -1433,4 +1433,6 @@ void ModList::setActive(const QModelIndexList& indices, bool active) else { m_Profile->setModsEnabled({}, mods); } + + emit modStatesChanged(indices); } |
