From 0bf31bd847d28485d3a2115b0ce9e794654a053b Mon Sep 17 00:00:00 2001 From: ambar chakravartty Date: Thu, 30 Jan 2025 17:29:32 +0530 Subject: changes saveState() and restoreState() to restore renamed tabs (if any) --- src/dolphintabwidget.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphintabwidget.cpp') diff --git a/src/dolphintabwidget.cpp b/src/dolphintabwidget.cpp index 949642f4f..c2fae5170 100644 --- a/src/dolphintabwidget.cpp +++ b/src/dolphintabwidget.cpp @@ -485,6 +485,7 @@ void DolphinTabWidget::renameTab(int index, const QString &name) if (!name.isEmpty()) { tabPageAt(index)->setTitle(name); } + updateTabName(index); } -- cgit v1.3