From 4b8c2b4a3b3f262564775a24a3296d740b97d146 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 25 Oct 2020 17:16:04 +0100 Subject: Add missing notifyModRemoved(). --- src/modlist.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modlist.cpp') diff --git a/src/modlist.cpp b/src/modlist.cpp index d72cede9..94c8883d 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -1205,6 +1205,8 @@ void ModList::removeRowForce(int row, const QModelIndex &parent) m_Profile->refreshModStatus(); // removes the mod from the status list m_Profile->writeModlist(); // this ensures the modified list gets written back before new mods can be installed + notifyModRemoved(modInfo->name()); + if (wasEnabled) { emit removeOrigin(modInfo->name()); } -- cgit v1.3.1