summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 795f82cf..931fa2af 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3104,6 +3104,7 @@ void MainWindow::resetColor_clicked()
else {
modInfo->setColor(color);
}
+ Settings::instance().directInterface().remove("previousSeparatorColor");
}
void MainWindow::createModFromOverwrite()