diff options
| author | ambar chakravartty <[email protected]> | 2025-01-30 17:29:32 +0530 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-02-06 14:32:35 +0000 |
| commit | 0bf31bd847d28485d3a2115b0ce9e794654a053b (patch) | |
| tree | 29526ec4606c5fb54f6c68970a23568cd49bfcf1 /src/dolphintabwidget.cpp | |
| parent | c4528f6d74336d4e7e21cf3619cc96a7fcbba475 (diff) | |
changes saveState() and restoreState() to restore renamed tabs (if any)
Diffstat (limited to 'src/dolphintabwidget.cpp')
| -rw-r--r-- | src/dolphintabwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
